fix typo
This commit is contained in:
parent
55e2b7f006
commit
e8277c0521
|
@ -87,7 +87,7 @@ except:
|
||||||
HAS_NBXMPP=False
|
HAS_NBXMPP=False
|
||||||
|
|
||||||
if not HAS_NBXMPP:
|
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()
|
sys.exit()
|
||||||
|
|
||||||
#from common import demandimport
|
#from common import demandimport
|
||||||
|
|
Loading…
Reference in New Issue