From be1ebf03b057573339d1244bbc9299c77343ee78 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 9 Nov 2017 23:16:46 +0000 Subject: [PATCH] Don't forget the constants import. --- volatility/framework/objects/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/objects/__init__.py b/volatility/framework/objects/__init__.py index c7e97518d..59372e239 100644 --- a/volatility/framework/objects/__init__.py +++ b/volatility/framework/objects/__init__.py @@ -2,7 +2,7 @@ import logging import struct from collections import abc -from volatility.framework import interfaces, constants +from volatility.framework import interfaces from volatility.framework.interfaces.objects import ObjectInformation from volatility.framework.objects import templates