Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index f952b7a..8c834d1 100644
--- a/config.py
+++ b/config.py
@@ -2,6 +2,7 @@
# Copyright (C) 2007, Arjun Sarwal
# Copyright (C) 2009-11 Walter Bender
# Copyright (C) 2009, Benjamin Berg, Sebastian Berg
+# Copyright (C) 2013, Ignacio Rodriguez
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +20,7 @@ Global configuration for Measure.
import os
try:
- from sugar.activity import activity
+ from sugar3.activity import activity
MEASURE_ROOT = activity.get_bundle_path()
SUGAR = True
except ImportError: