Core: Rename the top level namespace

This commit is contained in:
Mike Auty
2021-01-20 21:21:16 +00:00
parent 1477887831
commit 3911098d27
248 changed files with 813 additions and 813 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
import volatility.cli
import volatility3.cli
if __name__ == '__main__':
volatility.cli.main()
volatility3.cli.main()