Merge branch '2017-086-path' of https://github.com/quozl/sugar-toolkit-gtk3 into quozl-2017-086-path
This commit is contained in:
commit
8d49e02103
@ -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