Commit ef932147 authored by Tristan Gingold's avatar Tristan Gingold

Add a comment.

parent 84b4f4be
......@@ -135,9 +135,8 @@ class ModuleCore(ModuleConfig):
super(ModuleCore, self).process_manifest()
def _process_manifest_universal(self):
"""Method processing the universal manifest directives"""
# if "top_module" in self.manifest_dict:
# self.top_module = self.manifest_dict["top_module"]
"""Method processing the universal manifest directives;
set library (inherited if not set) and action"""
# Libraries
if "library" in self.manifest_dict:
self.library = self.manifest_dict["library"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment