Skip to content

Commit 4856407

Browse files
authored
Merge pull request #15 from Georgetown-IR-Lab/v1.2
fixed error in installation with python 2
2 parents 060fa11 + 7877cd9 commit 4856407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import codecs
88
import shutil
99
import argparse
10+
from six.moves import input
1011

1112
# project modules
1213
from toolbox import countlines, CuiSemTypesDB, SimstringDBWriter, mkdir

0 commit comments

Comments
 (0)