Replace unicode char in print message
This commit is contained in:
parent
1bf66b857a
commit
2296e75d0d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class GajimApplication(Gtk.Application):
|
||||||
from distutils.version import LooseVersion as V
|
from distutils.version import LooseVersion as V
|
||||||
if V(nbxmpp.__version__) < V(MIN_NBXMPP_VER):
|
if V(nbxmpp.__version__) < V(MIN_NBXMPP_VER):
|
||||||
print('Gajim needs python-nbxmpp >= %s to run. '
|
print('Gajim needs python-nbxmpp >= %s to run. '
|
||||||
'Quitting…' % MIN_NBXMPP_VER)
|
'Quitting...' % MIN_NBXMPP_VER)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Create and initialize Application Paths & Databases
|
# Create and initialize Application Paths & Databases
|
||||||
|
|
Loading…
Add table
Reference in a new issue