From ef0af66e70a4699dac3d3bfe04bc645942dd7b5f Mon Sep 17 00:00:00 2001 From: Vladyslav Sitalo Date: Sat, 24 Sep 2016 11:21:34 +0200 Subject: [PATCH] osx deps --- _requirements.txt | 8 ++++++-- crowd_anki/thirdparty/__init__.py | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) 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__)))