Changeset 201:4266ba97b007 for wokkel
- Timestamp:
- Oct 3, 2016, 8:49:10 AM (6 years ago)
- Branch:
- default
- rebase_source:
- 9d48a2c5b63b027102eae3be21dddc15bd6953ad
- Location:
- wokkel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/shim.py
r165 r201 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 -
wokkel/test/test_shim.py
r96 r201 8 8 """ 9 9 10 from __future__ import division, absolute_import 11 12 from twisted.python.compat import unicode 10 13 from twisted.trial import unittest 14 11 15 from wokkel import shim 12 16 from wokkel.generic import parseXml
Note: See TracChangeset
for help on using the changeset viewer.