Merge branch 'quozl-2017-086-path'
This commit is contained in:
commit
17f99a2dbd
@ -114,7 +114,7 @@ def main():
|
|||||||
os.environ['SUGAR_BUNDLE_PATH'] = os.path.abspath(os.curdir)
|
os.environ['SUGAR_BUNDLE_PATH'] = os.path.abspath(os.curdir)
|
||||||
|
|
||||||
bundle_path = os.environ['SUGAR_BUNDLE_PATH']
|
bundle_path = os.environ['SUGAR_BUNDLE_PATH']
|
||||||
sys.path.append(bundle_path)
|
sys.path.insert(0, bundle_path)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
bundle = ActivityBundle(bundle_path)
|
bundle = ActivityBundle(bundle_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user