Rerun pylint with pycharm-5 and fix pep8 issues as well.

This commit is contained in:
Mike Auty
2015-11-21 13:12:00 +00:00
parent 860fc416c0
commit d258c56991
21 changed files with 61 additions and 72 deletions
+2 -1
View File
@@ -4,8 +4,8 @@ Created on 17 Feb 2013
@author: mike
"""
import struct
import collections
import struct
from volatility.framework import interfaces
from volatility.framework.objects import templates
@@ -191,6 +191,7 @@ class BitField(PrimitiveObject, int):
class Enumeration(interfaces.objects.ObjectInterface):
"""Returns an object made up of choices"""
# FIXME: Add in body for the enumeration object
def write(self, value):