Add additional docstrings and refactor/rearrange the entire codebase.

This commit is contained in:
Mike Auty
2014-06-11 01:35:50 +01:00
parent a97bd19988
commit 39c0b38f09
13 changed files with 6049 additions and 5450 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
from volatility.framework import renderers
from volatility.framework.renderers import basic
@@ -13,4 +12,4 @@ if __name__ == '__main__':
row3.add_child(renderers.TreeRow(grid, [40, 'child']))
tr = basic.TextRenderer(None)
tr.render(grid)
tr.render(grid)