Merge branch 'quozl-2017-086-path'

This commit is contained in:
Walter Bender 2017-04-17 11:04:50 -04:00
commit 17f99a2dbd

View File

@ -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)