SEESenv/scripts/myrst2xml.py
changeset 36 a542eb905ced
parent 34 18b34db550ec
child 38 194e1bdfd1cb
--- a/SEESenv/scripts/myrst2xml.py	Sun Feb 28 19:06:56 2010 +0530
+++ b/SEESenv/scripts/myrst2xml.py	Sun Feb 28 19:25:01 2010 +0530
@@ -41,7 +41,7 @@
 def walk(repo):
     global chapterno
 #    mainfolder='/home/hg/repos/sttp/'    
-    for readline in open('index.config','r').readlines():
+    for readline in open('/home/hg/repos/SEES-hacks/SEESenv/scripts/index.config','r').readlines():
         chapterno+=1		
         filename=repo+readline
         convert2xml(filename)