Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi-bin/fetch_milestone.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/fetch_milestone.py')
-rwxr-xr-xcgi-bin/fetch_milestone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/fetch_milestone.py b/cgi-bin/fetch_milestone.py
index f256679..fb60f38 100755
--- a/cgi-bin/fetch_milestone.py
+++ b/cgi-bin/fetch_milestone.py
@@ -7,7 +7,7 @@ from path import path
DATAPATH = path(activity.get_activity_root())/ 'data'
WORKPATH = DATAPATH / 'work'
-USB = path('/media/CW/content')
+USB = path('/media/2011/content')
MOODLE_ENGLISH = [0,20,21,9,10,11,22]
MOODLE_ENGLISH11 = [0,23,24,25,26,27,28,29,30,31]
MOODLE_MATHEMATICS = [0,13,14,15,16,17,18]