From 18b84e31a5b2f8aae1d837be8fc607ea11ad1eb5 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 9 Nov 2017 23:16:30 +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 59372e239..c7e97518d 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 +from volatility.framework import interfaces, constants from volatility.framework.interfaces.objects import ObjectInformation from volatility.framework.objects import templates