[DEV] add python parser and start work on the python makefile

This commit is contained in:
2013-04-17 21:40:05 +02:00
parent 91c1201f69
commit b8c819936e
7 changed files with 189 additions and 49 deletions

View File

@@ -32,7 +32,7 @@ Highlight::Highlight(etk::UString &xmlFilename)
{
TiXmlDocument XmlDocument;
etk::FSNode fileName(etk::UString("DATA:") + xmlFilename);
etk::FSNode fileName(xmlFilename);
if (false == fileName.Exist()) {
APPL_ERROR("File Does not exist : " << fileName);
return;