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