Skip to content

Commit

Permalink
Merge pull request #28 from cclauss/patch-1
Browse files Browse the repository at this point in the history
import shutil and from six import string_types, u
  • Loading branch information
hailiang-wang authored Jan 19, 2018
2 parents a2497c3 + f8a2e30 commit d9047cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synonyms/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
import unicodedata
import os
import random
import shutil
import sys
import subprocess
from contextlib import contextmanager
import numpy as np
import numbers
from six import string_types, u

if sys.version_info[0] < 3:
reload(sys)
Expand Down

0 comments on commit d9047cf

Please sign in to comment.