mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 19:27:39 +02:00
Ensure that the framework plugins are always loaded.
This commit is contained in:
@@ -5,5 +5,4 @@
|
||||
"""
|
||||
from volatility.framework import constants
|
||||
|
||||
if not __path__:
|
||||
__path__ = constants.PLUGINS_PATH
|
||||
__path__ = constants.PLUGINS_PATH
|
||||
|
||||
Reference in New Issue
Block a user