diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-08-01 20:13:03 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-08-16 11:27:18 +0200 |
commit | cdb9a6ff7e60b97493429e39ef17a06b1394a928 (patch) | |
tree | 872c56db898a149a93f5d53cc24e3d99a06edd74 | |
parent | a59148dfeb8c69a3bc4fb9150e16a23b36398c7e (diff) | |
download | slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.tar.gz slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.tar.bz2 slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.tar.xz slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.zip |
Remove deprecated xmlstream/jid.py
-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 |