Linux: Fix slight issue in envvars renaming

This commit is contained in:
Mike Auty
2023-03-29 20:46:06 +01:00
parent a77a1ae301
commit 60292c2da1
@@ -1,4 +1,4 @@
from volatility3.plugins import envvars
from volatility3.plugins.linux import envvars
import logging
vollog = logging.getLogger(__name__)