changeset 2:4369549244e8

tmp, plugins: fixes the imports fron sat.tmp
author souliane <souliane@mailoo.org>
date Wed, 14 Jan 2015 10:44:49 +0100
parents 9d35f88168a1
children 7eb4d15650dc
files wokkel/mam.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wokkel/mam.py	Fri Jan 09 10:50:11 2015 +0100
+++ b/wokkel/mam.py	Wed Jan 14 10:44:49 2015 +0100
@@ -16,8 +16,8 @@
 from twisted.words.xish import domish
 from twisted.words.protocols.jabber import jid
 from wokkel.subprotocols import IQHandlerMixin, XMPPHandler
-from wokkel import disco, rsm, data_form
-
+from wokkel import disco, data_form
+import rsm
 
 NS_MAM = 'urn:xmpp:mam:0'