summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fritz <nathan@andyet.net>2011-06-10 04:14:01 +0000
committerNathan Fritz <nathan@andyet.net>2011-06-10 04:14:01 +0000
commite2d18170b00349e07b4e74fa16c73368c19863d4 (patch)
treec3efeb1a403753604ded3aabc6d82534bae4a42d
parente219c0f9765e195770a7a0d2cdc7a1de7bb27f58 (diff)
downloadslixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.tar.gz
slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.tar.bz2
slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.tar.xz
slixmpp-e2d18170b00349e07b4e74fa16c73368c19863d4.zip
old xep_0050 plugin is now loadable
-rw-r--r--sleekxmpp/plugins/old_0050.py2
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
"""