From d06897a635b95a62b6a14687f577a7018cab3912 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 23 Jul 2012 01:46:13 -0700 Subject: Add backwards compatibility shim for the old jid.py location. --- sleekxmpp/xmlstream/jid.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sleekxmpp/xmlstream/jid.py (limited to 'sleekxmpp/xmlstream/jid.py') diff --git a/sleekxmpp/xmlstream/jid.py b/sleekxmpp/xmlstream/jid.py new file mode 100644 index 00000000..2b59db47 --- /dev/null +++ b/sleekxmpp/xmlstream/jid.py @@ -0,0 +1,5 @@ +import logging + +logging.warning('Deprecated: sleekxmpp.xmlstream.jid is moving to sleekxmpp.jid') + +from sleekxmpp.jid import JID -- cgit v1.2.3