summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0009/stanza/__init__.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-02-09 09:45:45 +0800
committerLance Stout <lancestout@gmail.com>2011-02-09 10:02:14 +0800
commit4b71fba64c8675aa891fd6a92eb6f0f045e4a48e (patch)
tree006b466ce33193dcacb62fe240a4bbab05e9f981 /sleekxmpp/plugins/xep_0009/stanza/__init__.py
parent1ed06bebcdbe82e0c528c98134e381f5b4dcccad (diff)
downloadslixmpp-4b71fba64c8675aa891fd6a92eb6f0f045e4a48e.tar.gz
slixmpp-4b71fba64c8675aa891fd6a92eb6f0f045e4a48e.tar.bz2
slixmpp-4b71fba64c8675aa891fd6a92eb6f0f045e4a48e.tar.xz
slixmpp-4b71fba64c8675aa891fd6a92eb6f0f045e4a48e.zip
Fix the xep_0009 import (no more relatives)
Also, remove trailing spaces in all files of this plugin
Diffstat (limited to 'sleekxmpp/plugins/xep_0009/stanza/__init__.py')
-rw-r--r--sleekxmpp/plugins/xep_0009/stanza/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0009/stanza/__init__.py b/sleekxmpp/plugins/xep_0009/stanza/__init__.py
index 0b902238..5dcbf330 100644
--- a/sleekxmpp/plugins/xep_0009/stanza/__init__.py
+++ b/sleekxmpp/plugins/xep_0009/stanza/__init__.py
@@ -6,4 +6,4 @@
See the file LICENSE for copying permission.
"""
-from RPC import RPCQuery, MethodCall, MethodResponse
+from sleekxmpp.plugins.xep_0009.stanza.RPC import RPCQuery, MethodCall, MethodResponse