mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
Add in None default for PluginImporter.
This commit is contained in:
@@ -57,7 +57,7 @@ class PluginImporter(object):
|
||||
"""This class searches through a comma-separated list of plugins and
|
||||
imports all classes found, based on their path and a fixed prefix.
|
||||
"""
|
||||
def __init__(self, plugins):
|
||||
def __init__(self, plugins = None):
|
||||
"""Gathers all the plugins from config.PLUGINS
|
||||
Determines their namespaces and maintains a dictionary of modules to filepaths
|
||||
Then imports all modules found
|
||||
|
||||
Reference in New Issue
Block a user