diff options
-rw-r--r-- | slixmpp/xmlstream/jid.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/slixmpp/xmlstream/jid.py b/slixmpp/xmlstream/jid.py deleted file mode 100644 index 94841d98..00000000 --- a/slixmpp/xmlstream/jid.py +++ /dev/null @@ -1,5 +0,0 @@ -import logging - -logging.warning('Deprecated: slixmpp.xmlstream.jid is moving to slixmpp.jid') - -from slixmpp.jid import JID |