source:
ralphm-patches/py3-shim.patch
Last change on this file was 78:361e2111a663, checked in by Ralph Meijer <ralphm@…>, 6 years ago | |
---|---|
File size: 743 bytes |
-
wokkel/shim.py
# HG changeset patch # Parent e3ad7d794f8f7df99807bd069eff857630050acf diff --git a/wokkel/shim.py b/wokkel/shim.py
a b 10 10 U{XEP-0131<http://xmpp.org/extensions/xep-0131.html>}. 11 11 """ 12 12 13 from __future__ import division, absolute_import 14 15 from twisted.python.compat import unicode 13 16 from twisted.words.xish import domish 14 17 15 18 NS_SHIM = "http://jabber.org/protocol/shim" -
wokkel/test/test_shim.py
diff --git a/wokkel/test/test_shim.py b/wokkel/test/test_shim.py
a b 7 7 Tests for {wokkel.shim}. 8 8 """ 9 9 10 from twisted.python.compat import unicode 10 11 from twisted.trial import unittest 12 11 13 from wokkel import shim 12 14 from wokkel.generic import parseXml 13 15
Note: See TracBrowser
for help on using the repository browser.