mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 02:07:39 +02:00
@@ -15,5 +15,5 @@ import os
|
||||
import sys
|
||||
|
||||
# This is necessary to ensure the core plugins are available, whilst still be overridable
|
||||
parent_module, module_name = ".".join(__name__.split(".")[:-1]), __name__.split(".")[-1]
|
||||
parent_module, module_name = __name__.rsplit(".", maxsplit=1)
|
||||
__path__ = [os.path.join(x, module_name) for x in sys.modules[parent_module].__path__]
|
||||
|
||||
Reference in New Issue
Block a user