Commit 9fa08894 authored by Kenneth Reitz's avatar Kenneth Reitz

Update bpwatch

parent 99b17fab
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment