summaryrefslogtreecommitdiff
path: root/server/src/leap/soledad/server/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/leap/soledad/server/sync.py')
-rw-r--r--server/src/leap/soledad/server/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/leap/soledad/server/sync.py b/server/src/leap/soledad/server/sync.py
index b553a056..6791c06c 100644
--- a/server/src/leap/soledad/server/sync.py
+++ b/server/src/leap/soledad/server/sync.py
@@ -18,7 +18,7 @@
Server side synchronization infrastructure.
"""
import time
-from itertools import izip
+from six.moves import zip as izip
from leap.soledad.common.l2db import sync
from leap.soledad.common.l2db.remote import http_app