diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 10:30:23 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 10:30:23 -0500 |
| commit | 7c5d53881122046a97420ba085d865f59458ddde (patch) | |
| tree | 3bc51a54368651b8ecd7aafcbc0e3da11613a932 /setup.py | |
| parent | 4d4dbd3c5c69f63418ca2f22e9d6a3b8185b2e00 (diff) | |
| download | python-setuptools-git-7c5d53881122046a97420ba085d865f59458ddde.tar.gz | |
Trying a new technique. In this approach, setuptools is aware of its dependencies and when imported makes sure the vendored versions are present on sys.path.
--HG--
branch : feature/issue-229
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ 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__))) |
