SEESenv/scripts/rst2docbook.py
changeset 30 f66b0a5ebf40
parent 26 1846ab4ebdda
child 33 bc535262231d
equal deleted inserted replaced
29:5ce5b22a9a0b 30:f66b0a5ebf40
    11 import re
    11 import re
    12 import subprocess
    12 import subprocess
    13 import os
    13 import os
    14 import pkg_resources
    14 import pkg_resources
    15 import glob, os, re, sys
    15 import glob, os, re, sys
    16 names = glob.glob('ch*.xml')
    16 names = glob.glob('/home/hg/repos/SEES-hacks/temp/ch*.xml')
    17 """
    17 """
    18 chapterno=0
    18 chapterno=0
    19 
    19 
    20 def convert2xml(file):
    20 def convert2xml(file):
    21 #    print folder,subfolder,file
    21 #    print folder,subfolder,file