Fix implant set copy (#1236)

This commit is contained in:
blitzmann
2017-07-10 00:21:52 -04:00
parent 1305a1f2b6
commit f70d671f1d

View File

@@ -48,7 +48,7 @@ class ImplantSet(object):
return out.strip()
def __deepcopy__(self):
def __deepcopy__(self, memo):
copy = ImplantSet(self.name)
copy.name = "%s copy" % self.name