mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 18:27:39 +02:00
This commit is contained in:
@@ -134,4 +134,5 @@ def __getattr__(name):
|
||||
]:
|
||||
warnings.warn(f"{name} is deprecated", FutureWarning)
|
||||
return globals()[f"{deprecated_tag}{name}"]
|
||||
return None
|
||||
|
||||
return getattr(__import__(__name__), name)
|
||||
|
||||
Reference in New Issue
Block a user