SEESenv/scripts/rst2docbook.py
changeset 36 a542eb905ced
parent 33 bc535262231d
child 41 e54725be4df6
equal deleted inserted replaced
35:9c8a782c7460 36:a542eb905ced
     4 May not containt all the required elements of a docbook .
     4 May not containt all the required elements of a docbook .
     5 Just done to make it run for the specific rst for our 
     5 Just done to make it run for the specific rst for our 
     6 sees documentation.
     6 sees documentation.
     7 """
     7 """
     8 import xml.etree.ElementTree as ET
     8 import xml.etree.ElementTree as ET
     9 from lxml import etree as ET2
     9 #from lxml import etree as ET2
    10 import os 
    10 import os 
    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