Add backwards compatibility shim for the old jid.py location.

This commit is contained in:
Lance Stout 2012-07-23 01:46:13 -07:00
parent 1600bb0aaf
commit d06897a635

View file

@ -0,0 +1,5 @@
import logging
logging.warning('Deprecated: sleekxmpp.xmlstream.jid is moving to sleekxmpp.jid')
from sleekxmpp.jid import JID