py_ext/PythonFileCTNMixin.py
changeset 1850 614396cbffbf
parent 1846 14b40afccd69
child 1853 47a3f39bead0
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 import os
    26 import os
    27 import re
    27 import re
    28 from lxml import etree
       
    29 import util.paths as paths
    28 import util.paths as paths
    30 
    29 
    31 from xmlclass import GenerateParserFromXSD
    30 from xmlclass import GenerateParserFromXSD
    32 
    31 
    33 from CodeFileTreeNode import CodeFile
    32 from CodeFileTreeNode import CodeFile