require python-nbxmpp 0.5.3
This commit is contained in:
parent
fe62dd56fb
commit
4b4fe1136d
|
@ -69,7 +69,7 @@ if os.name == 'nt':
|
|||
pass
|
||||
|
||||
HAS_NBXMPP=True
|
||||
MIN_NBXMPP_VER = "0.5.2"
|
||||
MIN_NBXMPP_VER = "0.5.3"
|
||||
try:
|
||||
import nbxmpp
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue