Rework config system yet again, and start filling in some of the requirements.

This commit is contained in:
Mike Auty
2015-04-09 15:56:57 -05:00
parent 3d00956951
commit a85bcb9e58
8 changed files with 123 additions and 59 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ class CommandLine():
reqs = plugin.requirements()
for req in reqs:
if isinstance(req, config.TranslationLayerRequirement):
pass
# The name given to the root config doesn't matter, so go with volatility
context_config = config.ConfigGroup('volatility')
def main():