diff options
author | Nathan Fritz <nathan@andyet.net> | 2011-06-10 04:14:01 +0000 |
---|---|---|
committer | Nathan Fritz <nathan@andyet.net> | 2011-06-10 04:14:01 +0000 |
commit | e2d18170b00349e07b4e74fa16c73368c19863d4 (patch) | |
tree | c3efeb1a403753604ded3aabc6d82534bae4a42d /sleekxmpp/plugins/old_0050.py | |
parent | e219c0f9765e195770a7a0d2cdc7a1de7bb27f58 (diff) | |
download | slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.tar.gz slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.tar.bz2 slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.tar.xz slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.zip |
old xep_0050 plugin is now loadable
Diffstat (limited to 'sleekxmpp/plugins/old_0050.py')
-rw-r--r-- | sleekxmpp/plugins/old_0050.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/old_0050.py b/sleekxmpp/plugins/old_0050.py index 439bebb9..6e969a51 100644 --- a/sleekxmpp/plugins/old_0050.py +++ b/sleekxmpp/plugins/old_0050.py @@ -11,7 +11,7 @@ import logging from xml.etree import cElementTree as ET import time -class xep_0050(base.base_plugin): +class old_0050(base.base_plugin): """ XEP-0050 Ad-Hoc Commands """ |