Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Anderson <tony@traveler.(none)>2011-01-17 13:04:53 (GMT)
committer Tony Anderson <tony@traveler.(none)>2011-01-17 13:04:53 (GMT)
commit27773a7c4471cac3be0dc8cdbb36482ac0e3ba8f (patch)
tree8ee06241a61b5540efe030c73fdac81c756fc817
parent70dd9f1a3889db557fe7a16abe17885e2d1644fa (diff)
version 11.8
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xcgi-bin/saveFile.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 46c61a4..877ae4e 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,5 +1,5 @@
[Activity]
-#version = 11.7
+#version = 11.8
name = Learn
service_name = org.olerwanda.Learn
icon = activity-learn
diff --git a/cgi-bin/saveFile.py b/cgi-bin/saveFile.py
index ac776b0..8df1050 100755
--- a/cgi-bin/saveFile.py
+++ b/cgi-bin/saveFile.py
@@ -178,8 +178,7 @@ fin = open('/tmp/openfile','r')
f = fin.read()
fin.close()
fpth = path(f).parent
-srcpth = fpth'
-savepth = srcpth / 'source.txt'
+savepth = fpth / 'source.txt'
txt = form.getfirst('content', default='no text found')
soup = BeautifulSoup(txt)
imgs = soup.findAll('img')