summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-08-01 20:13:03 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-08-16 11:27:18 +0200
commitcdb9a6ff7e60b97493429e39ef17a06b1394a928 (patch)
tree872c56db898a149a93f5d53cc24e3d99a06edd74 /slixmpp/xmlstream
parenta59148dfeb8c69a3bc4fb9150e16a23b36398c7e (diff)
downloadslixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.tar.gz
slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.tar.bz2
slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.tar.xz
slixmpp-cdb9a6ff7e60b97493429e39ef17a06b1394a928.zip
Remove deprecated xmlstream/jid.py
Diffstat (limited to 'slixmpp/xmlstream')
-rw-r--r--slixmpp/xmlstream/jid.py5
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