Revert "Reorder the imports for python 3.5.2."

This reverts commit 3aad271913.
This commit is contained in:
Mike Auty
2018-03-20 17:01:18 +00:00
parent 0290c07a32
commit 4bf22fbec8
+1 -1
View File
@@ -7,5 +7,5 @@ and help them understand how to use the internal components of volatility to wri
# Import the submodules we want people to be able to use without importing them themselves
# This will also avoid namespace issues, because people can use interfaces.layers to
# avoid clashing with the layers package
from volatility.framework.interfaces import context, layers, objects, configuration, \
from volatility.framework.interfaces import configuration, context, layers, objects, \
plugins, renderers, symbols, automagic