Skip to content

Commit

Permalink
import shutil and from six import string_types, u
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 18, 2018
1 parent a2497c3 commit f8a2e30
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 f8a2e30

Please sign in to comment.