require python-nbxmpp 0.5.3

This commit is contained in:
Yann Leboulanger 2015-07-20 19:47:30 +02:00
parent fe62dd56fb
commit 4b4fe1136d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if os.name == 'nt':
pass pass
HAS_NBXMPP=True HAS_NBXMPP=True
MIN_NBXMPP_VER = "0.5.2" MIN_NBXMPP_VER = "0.5.3"
try: try:
import nbxmpp import nbxmpp
except ImportError: except ImportError: