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
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/GnuPG.py')
-rw-r--r--src/common/GnuPG.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/GnuPG.py b/src/common/GnuPG.py
index ea93db95c..ca78a9cac 100644
--- a/src/common/GnuPG.py
+++ b/src/common/GnuPG.py
@@ -53,7 +53,7 @@ if gajim.HAVE_GPG:
# for that keyword.
resp = {}
- while 1:
+ while True:
line = helpers.temp_failure_retry(child_stdout.readline)
if line == "": break
line = line.rstrip()