Commit cc954ad9 authored by Stefan Behnel's avatar Stefan Behnel

repair fused types

parent a737fd2d
......@@ -217,12 +217,6 @@ class Entry(object):
def all_entries(self):
return [self] + self.inner_entries
def __deepcopy__(self, memo):
return self
def __copy__(self):
return self
class InnerEntry(Entry):
"""
......
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