diff --git a/_requirements.txt b/_requirements.txt index bfd2f0d..311451f 100644 --- a/_requirements.txt +++ b/_requirements.txt @@ -1,3 +1,7 @@ -pathlib +pathlib2 +six #from default lib: -contextlib \ No newline at end of file +contextlib +ntpath +genericpath +uuid \ No newline at end of file diff --git a/crowd_anki/thirdparty/__init__.py b/crowd_anki/thirdparty/__init__.py index 5c3f05b..16d5bbf 100644 --- a/crowd_anki/thirdparty/__init__.py +++ b/crowd_anki/thirdparty/__init__.py @@ -1 +1,4 @@ -# import pathlib2 as pathlib +import sys +import os + +sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)))