Move XEP-0118 to the new system.

This commit is contained in:
Lance Stout
2012-03-12 19:21:54 -07:00
parent a2b47e5749
commit 32d6f85649
2 changed files with 14 additions and 17 deletions

View File

@@ -6,6 +6,11 @@
See the file LICENSE for copying permission.
"""
from sleekxmpp.plugins.base import register_plugin
from sleekxmpp.plugins.xep_0118 import stanza
from sleekxmpp.plugins.xep_0118.stanza import UserTune
from sleekxmpp.plugins.xep_0118.user_tune import xep_0118
from sleekxmpp.plugins.xep_0118.user_tune import XEP_0118
register_plugin(XEP_0118)