Commit ef932147 authored by Tristan Gingold's avatar Tristan Gingold

Add a comment.

parent 84b4f4be
...@@ -135,9 +135,8 @@ class ModuleCore(ModuleConfig): ...@@ -135,9 +135,8 @@ class ModuleCore(ModuleConfig):
super(ModuleCore, self).process_manifest() super(ModuleCore, self).process_manifest()
def _process_manifest_universal(self): def _process_manifest_universal(self):
"""Method processing the universal manifest directives""" """Method processing the universal manifest directives;
# if "top_module" in self.manifest_dict: set library (inherited if not set) and action"""
# self.top_module = self.manifest_dict["top_module"]
# Libraries # Libraries
if "library" in self.manifest_dict: if "library" in self.manifest_dict:
self.library = self.manifest_dict["library"] 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