We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10ac21d + f77003b commit bb6ab45Copy full SHA for bb6ab45
volatility3/framework/constants/__init__.py
@@ -134,4 +134,5 @@ def __getattr__(name):
134
]:
135
warnings.warn(f"{name} is deprecated", FutureWarning)
136
return globals()[f"{deprecated_tag}{name}"]
137
- return None
+
138
+ return getattr(__import__(__name__), name)
0 commit comments