Add backwards compatibility shim for the old jid.py location.
This commit is contained in:
parent
1600bb0aaf
commit
d06897a635
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…
x
Reference in New Issue
Block a user