Commit d0e410af by devttys0

Added Configuration module as a dependency for other modules

parent 7af59510
......@@ -345,7 +345,7 @@ class Modules(object):
fmt = " %%s %%s%%-%ds%%s\n" % (32-len(long_opt))
help_string += fmt % (short_opt, long_opt, optargs, module_option.description)
return help_string
return help_string + "\n"
def execute(self):
run_modules = []
......
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