Skip to content

Commit

Permalink
fixed error in installation wiht python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Mar 5, 2018
1 parent a5cfe16 commit 7877cd9
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 7877cd9

Please sign in to comment.