Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index 7774178..fe0df30 100644
--- a/utils.py
+++ b/utils.py
@@ -28,7 +28,7 @@ from sugar.bundle.activitybundle import ActivityBundle
# Paths
LIST_DOWNLOAD = "http://www.fing.edu.uy/~aaguiar/files/store.lst"
-LIST_PATH = os.path.join(activity.get_activity_root(), 'data', 'store.lst')
+LIST_PATH = os.path.join(activity.get_bundle_path(), 'store.lst')
TMP_DIR = os.path.join(activity.get_activity_root(), "tmp")
downloading = False