From 62e46c194de3eb28592c2d89fc0ec72e7f243aa3 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 4 Jan 2015 04:59:14 +0000 Subject: [PATCH] Eliminate the *args, **kwargs from the intel translation layer code. --- volatility/framework/layers/intel.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/volatility/framework/layers/intel.py b/volatility/framework/layers/intel.py index d72eb1079..e5000da0f 100644 --- a/volatility/framework/layers/intel.py +++ b/volatility/framework/layers/intel.py @@ -125,8 +125,8 @@ class Intel(interfaces.layers.TranslationLayerInterface): class IntelPAE(Intel): """Class for handling Physical Address Extensions for Intel architectures""" - def __init__(self, *args, **kwargs): - Intel.__init__(self, *args, **kwargs) + def __init__(self, context, name, memory_layer, page_map_offset): + Intel.__init__(self, context, name, memory_layer, page_map_offset) # These can vary depending on the type of space self._entry_format = "