mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-29 19:29:42 +02:00
Ensure that other constant modules are imported.
This commit is contained in:
@@ -6,6 +6,8 @@ import os.path
|
||||
|
||||
import sys
|
||||
|
||||
__all__ = ["linux", "windows"]
|
||||
|
||||
PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "plugins")),
|
||||
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))]
|
||||
SYMBOL_BASEPATHS = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "symbols")),
|
||||
|
||||
Reference in New Issue
Block a user