Skip to content

Commit

Permalink
Fix PR volatilityfoundation#1247 and changes introduced in PR volatil…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmoreira committed Sep 18, 2024
1 parent e76d512 commit f40eebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion volatility3/framework/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f40eebd

Please sign in to comment.