Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_extensionpoint.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-01-03 10:49:23 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-01-03 10:49:23 (GMT)
commit9e2fd70f8e06e550baf1e396568e6c9674b3d08f (patch)
treefcd3a2b8df82cd4b2bf0cb22843c9a3ffed6c3f1 /ka_extensionpoint.py
parentee878465ad84f8b2fd25eccf690ea29dde27e7df (diff)
Added stamps using SVG files.
Bug fixed in the minimal distance calculation of Voronoi diagrams.
Diffstat (limited to 'ka_extensionpoint.py')
-rw-r--r--ka_extensionpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ka_extensionpoint.py b/ka_extensionpoint.py
index 8e5740e..03462e5 100644
--- a/ka_extensionpoint.py
+++ b/ka_extensionpoint.py
@@ -64,7 +64,7 @@ def _add(extension_type, extension_class):
_extensions.append(e_key)
def get_bundle_path():
- bundle_path = ka_debug.DEBUG_PATH
+ bundle_path = ka_debug.DEBUG_ACTIVITY_PATH
if 'SUGAR_BUNDLE_PATH' in os.environ:
from sugar.activity import activity
bundle_path = activity.get_bundle_path()