Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schriftgestalt committed Jan 9, 2018
1 parent 07044eb commit 306350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autopsy.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class Ddict(dict):
def __init__(self, default=None):
self.default = default

def __getitem__(self, key):
if not self.has_key(key):
self[key] = self.default()
Expand Down

0 comments on commit 306350a

Please sign in to comment.