Skip to content
Snippets Groups Projects
Commit f1ce924a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

we now require python-nbxmpp 0.3.3

parent d0b0f699
No related branches found
No related tags found
No related merge requests found
......@@ -70,11 +70,11 @@ except ImportError:
try:
from distutils.version import LooseVersion as V
if V(nbxmpp.__version__) < V("0.3.1"):
print('Gajim needs python-nbxmpp > 0.3.1 to run. Quiting...')
if V(nbxmpp.__version__) < V("0.3.3"):
print('Gajim needs python-nbxmpp > 0.3.3 to run. Quiting...')
sys.exit()
except:
print('Gajim needs python-nbxmpp > 0.3.1 to run. Quiting...')
print('Gajim needs python-nbxmpp > 0.3.3 to run. Quiting...')
sys.exit()
#from common import demandimport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment