Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-10-25 03:28:18 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-10-25 03:28:18 (GMT)
commitcd086766191341a02ddf7db35c4df5f9c8ddc60f (patch)
treec7ef20a904915e360d52982324f22bd8aaabdcac /utils.py
parent39a82dfa2d59a9751263cf3578335026e0beef7a (diff)
Remove auto list update
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