Fri, 13 Apr 2018 19:57:02 +0200
ProjectReader/Writer: added TODO markers for the make support
E5XML/ProjectReader.py | file | annotate | diff | comparison | revisions | |
E5XML/ProjectWriter.py | file | annotate | diff | comparison | revisions |
--- a/E5XML/ProjectReader.py Fri Apr 13 19:56:31 2018 +0200 +++ b/E5XML/ProjectReader.py Fri Apr 13 19:57:02 2018 +0200 @@ -20,6 +20,7 @@ Class for reading an XML project file. """ supportedVersions = ["4.6", "5.0", "5.1", "6.0"] + # TODO: add 'make' support def __init__(self, device, project): """
--- a/E5XML/ProjectWriter.py Fri Apr 13 19:56:31 2018 +0200 +++ b/E5XML/ProjectWriter.py Fri Apr 13 19:57:02 2018 +0200 @@ -24,6 +24,7 @@ """ Class implementing the writer class for writing an XML project file. """ + # TODO: add 'make' support def __init__(self, device, projectName): """ Constructor