mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix #1691
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user