Skip to content

Commit

Permalink
fix #1691
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Mar 13, 2018
1 parent eb01383 commit 405f2c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipenv/pew/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import os
import sys

from ..pipenv import PIPENV_VENDOR, PIPENV_PATCHED
PIPENV_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PIPENV_VENDOR = os.sep.join([PIPENV_ROOT, 'vendor'])
PIPENV_PATCHED = os.sep.join([PIPENV_ROOT, 'patched'])

import pew


Expand Down

0 comments on commit 405f2c3

Please sign in to comment.