We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cfe16 commit 7877cd9Copy full SHA for 7877cd9
install.py
@@ -7,6 +7,7 @@
7
import codecs
8
import shutil
9
import argparse
10
+from six.moves import input
11
12
# project modules
13
from toolbox import countlines, CuiSemTypesDB, SimstringDBWriter, mkdir
0 commit comments