Skip to content

Commit 2323906

Browse files
committed
range
1 parent 6ddd265 commit 2323906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import print_function, unicode_literals
2-
from future.builtins import str
2+
from future.builtins import str, range
33
try:
44
from subprocess import DEVNULL # PY3
55
except ImportError:
@@ -33,6 +33,7 @@ class ElasticSync(object):
3333
table_structure = {}
3434
log_file = None
3535
log_pos = None
36+
3637
def __init__(self):
3738
try:
3839
self.config = yaml.load(open(sys.argv[1]))

0 commit comments

Comments
 (0)