We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddd265 commit 2323906Copy full SHA for 2323906
src/__init__.py
@@ -1,5 +1,5 @@
1
from __future__ import print_function, unicode_literals
2
-from future.builtins import str
+from future.builtins import str, range
3
try:
4
from subprocess import DEVNULL # PY3
5
except ImportError:
@@ -33,6 +33,7 @@ class ElasticSync(object):
33
table_structure = {}
34
log_file = None
35
log_pos = None
36
+
37
def __init__(self):
38
39
self.config = yaml.load(open(sys.argv[1]))
0 commit comments