Commit d15046c3 by devttys0

White space formatting in extractor.py

parent 63282988
...@@ -20,6 +20,7 @@ class ExtractDetails(object): ...@@ -20,6 +20,7 @@ class ExtractDetails(object):
for (k, v) in iterator(kwargs): for (k, v) in iterator(kwargs):
setattr(self, k, v) setattr(self, k, v)
class ExtractInfo(object): class ExtractInfo(object):
def __init__(self): def __init__(self):
self.carved = {} self.carved = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment