Skip to content

Commit

Permalink
Merge pull request #15 from Georgetown-IR-Lab/v1.2
Browse files Browse the repository at this point in the history
fixed error in installation with python 2
  • Loading branch information
soldni authored Mar 5, 2018
2 parents 060fa11 + 7877cd9 commit 4856407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import codecs
import shutil
import argparse
from six.moves import input

# project modules
from toolbox import countlines, CuiSemTypesDB, SimstringDBWriter, mkdir
Expand Down

0 comments on commit 4856407

Please sign in to comment.