Merge pull request #2015 from Hmkz0x00/fix/1936-pyinstaller-renderers-package

Make the renderers plugin directory a package
This commit is contained in:
ikelos
2026-08-14 08:48:34 +01:00
committed by GitHub
@@ -0,0 +1,8 @@
# This file is Copyright 2025 Volatility Foundation and licensed under the Volatility Software License 1.0
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
"""All core renderer plugins.
These modules should only be imported from volatility3.plugins NOT
volatility3.framework.plugins
"""