From cdb9a6ff7e60b97493429e39ef17a06b1394a928 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 1 Aug 2014 20:13:03 +0200 Subject: Remove deprecated xmlstream/jid.py --- slixmpp/xmlstream/jid.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 slixmpp/xmlstream/jid.py 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 -- cgit v1.2.3