Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index cce0c65..3709078 100644
--- a/run.py
+++ b/run.py
@@ -6,7 +6,7 @@ try:
from sugar.activity import activity
BUNDLE = activity.get_bundle_path()
except Exception, e:
- BUNDLE = '.'
+ BUNDLE = os.path.dirname(__file__)
# add lib path to current python path
sys.path.append(os.path.join(BUNDLE, 'lib'))