Replace unicode char in print message

This commit is contained in:
Philipp Hörist 2017-06-08 19:58:40 +02:00
parent 1bf66b857a
commit 2296e75d0d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class GajimApplication(Gtk.Application):
from distutils.version import LooseVersion as V
if V(nbxmpp.__version__) < V(MIN_NBXMPP_VER):
print('Gajim needs python-nbxmpp >= %s to run. '
'Quitting' % MIN_NBXMPP_VER)
'Quitting...' % MIN_NBXMPP_VER)
sys.exit(1)
# Create and initialize Application Paths & Databases