Merge branch 'quozl-2017-086-path'

master
Walter Bender 7 years ago
commit 17f99a2dbd

@ -114,7 +114,7 @@ def main():
os.environ['SUGAR_BUNDLE_PATH'] = os.path.abspath(os.curdir)
bundle_path = os.environ['SUGAR_BUNDLE_PATH']
sys.path.append(bundle_path)
sys.path.insert(0, bundle_path)
try:
bundle = ActivityBundle(bundle_path)

Loading…
Cancel
Save