This commit is contained in:
Yann Leboulanger 2014-11-14 22:31:18 +01:00
parent 55e2b7f006
commit e8277c0521
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ except:
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