summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/old_0050.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-06-10 15:14:37 -0700
committerLance Stout <lancestout@gmail.com>2011-06-10 15:14:37 -0700
commit937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92 (patch)
tree1f65ff9afc7fd24310905b6319f5c6a66aaf02fa /sleekxmpp/plugins/old_0050.py
parent8eb59072b4d5b88a0741e7ef7bb61fa357bffeae (diff)
parente2d18170b00349e07b4e74fa16c73368c19863d4 (diff)
downloadslixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.tar.gz
slixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.tar.bz2
slixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.tar.xz
slixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.zip
Merge branch 'develop' into roster
Diffstat (limited to 'sleekxmpp/plugins/old_0050.py')
-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
"""