mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Refactor the DataLayerDepResolver into just a generic DepResolver.
This commit is contained in:
@@ -38,7 +38,7 @@ class CommandLine(object):
|
||||
|
||||
# Determine the selected plugin
|
||||
# Resolve the dependencies on that plugin
|
||||
dldr = depresolver.DataLayerDependencyResolver()
|
||||
dldr = depresolver.DependencyResolver()
|
||||
dependencies = dldr.build_tree(plugin)
|
||||
|
||||
# UI fills in the config:
|
||||
|
||||
Reference in New Issue
Block a user