py_ext/PythonFileCTNMixin.py
changeset 1732 94ffe74e6895
parent 1680 6db967480b7d
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    21 #
    21 #
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    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, re
    26 import os
       
    27 import re
    27 from lxml import etree
    28 from lxml import etree
    28 import util.paths as paths
    29 import util.paths as paths
    29 
    30 
    30 from xmlclass import GenerateParserFromXSD
    31 from xmlclass import GenerateParserFromXSD
    31 
    32