Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-06-08 20:58:40 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-06-08 20:58:40 +0300
commit2296e75d0dbc23816bcd2e7e662315c7b92c537a (patch)
tree87fa0b50ffc2fe3df3a6739cb555b9481d41e7be /src
parent1bf66b857a27855a241dbb7cd10958018a1959b2 (diff)
Replace unicode char in print message
Diffstat (limited to 'src')
-rw-r--r--src/gajim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gajim.py b/src/gajim.py
index d5e40ece6..1e85ad1ba 100644
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -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