mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
Revert IntFlag change until we drop python 3.5 support.
This commit is contained in:
@@ -35,7 +35,8 @@ from volatility.framework.symbols.windows import extensions
|
||||
vollog = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class PoolType(enum.IntFlag):
|
||||
# TODO: When python3.5 is no longer supported, make this enum.IntFlag
|
||||
class PoolType(enum.IntEnum):
|
||||
"""Class to maintain the different possible PoolTypes
|
||||
The values must be integer powers of 2"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user