Clean up an unnecessary 'as' import.

This commit is contained in:
Mike Auty
2016-12-29 15:23:35 +00:00
parent 5fe078e487
commit 7f887414cb
+1 -1
View File
@@ -3,6 +3,6 @@
This is the namespace for all volatility plugins,
and determines the path for loading plugins
"""
import volatility.framework.constants as constants
from volatility.framework import constants
__path__ = constants.PLUGINS_PATH