changeset dfbc6186a090 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=dfbc6186a090
description: fix typo

diffstat:

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

diffs (12 lines):

diff -r a87ac3f9b82d -r dfbc6186a090 src/gajim.py
--- a/src/gajim.py      Sun Nov 09 15:39:26 2014 +0100
+++ b/src/gajim.py      Fri Nov 14 22:31:18 2014 +0100
@@ -87,7 +87,7 @@
     HAS_NBXMPP=False
 
 if not HAS_NBXMPP:
-    print 'Gajim needs python-nbxmpp >= %s to run. Quiting...' % MIN_NBXMPP_VER
+    print('Gajim needs python-nbxmpp >= %s to run. Quiting...' % 
MIN_NBXMPP_VER)
     sys.exit()
 
 #from common import demandimport
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to