Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi-bin/gettree.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/gettree.py')
-rwxr-xr-xcgi-bin/gettree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/gettree.py b/cgi-bin/gettree.py
index eadb0b0..83aebaa 100755
--- a/cgi-bin/gettree.py
+++ b/cgi-bin/gettree.py
@@ -36,7 +36,7 @@ def outTree(treelist, n):
print 'Content-Type:text/html\n\n'
txt = ""
-d = path('/media/SS/content')
+d = path('/media/2011/courseware')
treelist = []
level = 0
stack = []