From 4838a17f245eb47ecac7ca3e810b036e62880d5c Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 2 Jul 2017 15:51:41 +0100 Subject: [PATCH] Ensure that the framework plugins are always loaded. --- volatility/plugins/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/volatility/plugins/__init__.py b/volatility/plugins/__init__.py index 965efb596..a25cb5bc9 100644 --- a/volatility/plugins/__init__.py +++ b/volatility/plugins/__init__.py @@ -5,5 +5,4 @@ """ from volatility.framework import constants -if not __path__: - __path__ = constants.PLUGINS_PATH +__path__ = constants.PLUGINS_PATH