changeset dede4d2cb554 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=dede4d2cb554
description: we now require python-nbxmpp 0.3.3

diffstat:

 src/gajim.py |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ed16c3055b3a -r dede4d2cb554 src/gajim.py
--- a/src/gajim.py      Sat Mar 01 21:16:24 2014 +0100
+++ b/src/gajim.py      Sat Mar 01 21:29:46 2014 +0100
@@ -70,11 +70,11 @@
 
 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
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to