Commit 16656b90 authored by Tristan Gingold's avatar Tristan Gingold

module.py: add a comment.

parent 6175150f
...@@ -74,7 +74,7 @@ class Module(object): ...@@ -74,7 +74,7 @@ class Module(object):
self.files = None self.files = None
# Manifest Modules Properties # Manifest Modules Properties
self.modules = {'local': [], 'git': [], 'gitsm': [], 'svn': []} self.modules = {'local': [], 'git': [], 'gitsm': [], 'svn': []}
self.incl_makefiles = [] self.incl_makefiles = [] # List of paths of makefile files to include.
self.library = "work" self.library = "work"
self.action = None self.action = None
self.top_manifest = action.get_top_manifest() self.top_manifest = action.get_top_manifest()
......
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