mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
Ensure lime is properly imported, so that its classes get picked up by the plugin system.
This commit is contained in:
@@ -7,7 +7,7 @@ Created on 4 May 2013
|
||||
import collections.abc
|
||||
|
||||
from volatility.framework import validity, interfaces, exceptions
|
||||
from volatility.framework.layers import physical, intel
|
||||
from volatility.framework.layers import physical, intel, lime
|
||||
|
||||
|
||||
class Memory(validity.ValidityRoutines, collections.abc.Mapping):
|
||||
|
||||
Reference in New Issue
Block a user