c_ext/c_ext.py
changeset 1853 47a3f39bead0
parent 1740 b789b695b5c6
child 3750 f62625418bff
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
       
    25 from __future__ import absolute_import
    25 import os
    26 import os
    26 
    27 
    27 from CFileEditor import CFileEditor
    28 from c_ext.CFileEditor import CFileEditor
    28 from CodeFileTreeNode import CodeFile
    29 from CodeFileTreeNode import CodeFile
    29 
    30 
    30 
    31 
    31 class CFile(CodeFile):
    32 class CFile(CodeFile):
    32     XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>
    33     XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>