mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Update bpwatch
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ import os
|
||||
import sys
|
||||
|
||||
|
||||
DEFAULT_PATH = '{}.zip'.format(os.path.abspath(__file__))
|
||||
DEFAULT_PATH = '{0}.zip'.format(os.path.abspath(__file__))
|
||||
BPWATCH_DISTRO_PATH = os.environ.get('BPWATCH_DISTRO_PATH', DEFAULT_PATH)
|
||||
|
||||
sys.path.insert(0, BPWATCH_DISTRO_PATH)
|
||||
|
||||
Reference in New Issue
Block a user