diff options
author | Nathan Fritz <fritzy@netflint.net> | 2011-08-03 23:56:24 -0700 |
---|---|---|
committer | Nathan Fritz <fritzy@netflint.net> | 2011-08-03 23:56:24 -0700 |
commit | 9ffdba8643ca8e52a30ce227331cd772a5fea6d1 (patch) | |
tree | 1c4bdf0529f326dea1ac3e071c5c82a4762f76f8 /tests | |
parent | 9591cd3a7e94a663675d97b1db93c2c585d948dc (diff) | |
download | slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.gz slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.bz2 slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.xz slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.zip |
the great xep_0060 re-organization in preperation for rewrite
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_stanza_xep_0060.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_xep_0060.py b/tests/test_stanza_xep_0060.py index 8e6e820d..d42c11bd 100644 --- a/tests/test_stanza_xep_0060.py +++ b/tests/test_stanza_xep_0060.py @@ -1,6 +1,6 @@ from sleekxmpp.test import * import sleekxmpp.plugins.xep_0004 as xep_0004 -import sleekxmpp.plugins.stanza_pubsub as pubsub +import sleekxmpp.plugins.xep_0060.stanza as pubsub class TestPubsubStanzas(SleekTest): |