update readme on build system
[lunaix-os.git] / lunaix-os / scripts / build-tools / lcfg2 / config.py
index cef5559d44363796011493557231c94f386dbfcc..9eda9e0e36718a98828abe7d2a5d68ff15bb698a 100644 (file)
@@ -109,6 +109,4 @@ class ConfigEnvironment:
     def terms(self):
         for node in self.__node_table.values():
             if isinstance(node, TermNode):
-                yield node
-
-import json
\ No newline at end of file
+                yield node
\ No newline at end of file