diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-11 22:15:25 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-12 19:32:19 -0700 |
commit | cdd69c68426c50bff9d11ee3380821e86196b1e2 (patch) | |
tree | f32c8f7ff0d30f68286a5ad6095c9afe1c508300 /sleekxmpp/plugins/xep_0066 | |
parent | 4a3a9067d448b2fc328c4db53ff82c503517cf93 (diff) | |
download | slixmpp-cdd69c68426c50bff9d11ee3380821e86196b1e2.tar.gz slixmpp-cdd69c68426c50bff9d11ee3380821e86196b1e2.tar.bz2 slixmpp-cdd69c68426c50bff9d11ee3380821e86196b1e2.tar.xz slixmpp-cdd69c68426c50bff9d11ee3380821e86196b1e2.zip |
Move XEP-0077 to the new system.
Diffstat (limited to 'sleekxmpp/plugins/xep_0066')
-rw-r--r-- | sleekxmpp/plugins/xep_0066/oob.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0066/oob.py b/sleekxmpp/plugins/xep_0066/oob.py index 6249e9b3..dc215e83 100644 --- a/sleekxmpp/plugins/xep_0066/oob.py +++ b/sleekxmpp/plugins/xep_0066/oob.py @@ -13,7 +13,7 @@ from sleekxmpp.exceptions import XMPPError from sleekxmpp.xmlstream import register_stanza_plugin from sleekxmpp.xmlstream.handler import Callback from sleekxmpp.xmlstream.matcher import StanzaPath -from sleekxmpp.plugins import BasePlugin, register_plugin +from sleekxmpp.plugins import BasePlugin from sleekxmpp.plugins.xep_0066 import stanza |