mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 12:19:42 +02:00
Revert changes to configuration.py
This commit is contained in:
@@ -37,8 +37,7 @@ from typing import (
|
||||
Set,
|
||||
)
|
||||
|
||||
import volatility3
|
||||
from volatility3 import framework
|
||||
from volatility3 import classproperty, framework
|
||||
from volatility3.framework import constants, interfaces
|
||||
|
||||
CONFIG_SEPARATOR = "."
|
||||
@@ -806,7 +805,7 @@ class VersionableInterface:
|
||||
framework.require_interface_version(*self._required_framework_version)
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
@volatility3.classproperty
|
||||
@classproperty
|
||||
def version(cls) -> Tuple[int, int, int]:
|
||||
"""The version of the current interface (classmethods available on the component).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user