summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cf401d45..b2f3ab37 100755
--- a/setup.py
+++ b/setup.py
@@ -6,6 +6,8 @@ import sys
import textwrap
import contextlib
+sys.path.append('six-1.7.3.egg')
+
# Allow to run setup.py from another directory.
os.chdir(os.path.dirname(os.path.abspath(__file__)))