diff --git a/volatility/framework/interfaces/__init__.py b/volatility/framework/interfaces/__init__.py index f06d7e38e..f7ff4872f 100644 --- a/volatility/framework/interfaces/__init__.py +++ b/volatility/framework/interfaces/__init__.py @@ -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 configuration, context, layers, objects, \ +from volatility.framework.interfaces import context, layers, objects, configuration, \ plugins, renderers, symbols, automagic