--- 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):
"""