Add backwards compatibility shim for the old jid.py location.
This commit is contained in:
parent
1600bb0aaf
commit
d06897a635
1 changed files with 5 additions and 0 deletions
5
sleekxmpp/xmlstream/jid.py
Normal file
5
sleekxmpp/xmlstream/jid.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import logging
|
||||
|
||||
logging.warning('Deprecated: sleekxmpp.xmlstream.jid is moving to sleekxmpp.jid')
|
||||
|
||||
from sleekxmpp.jid import JID
|
Loading…
Reference in a new issue