mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
Works, and made it substantially faster too.
This commit is contained in:
@@ -190,7 +190,6 @@ class Metadata(object):
|
||||
instead. '''
|
||||
m = Metadata(None)
|
||||
object.__setattr__(m, '__dict__', copy.deepcopy(self.__dict__))
|
||||
object.__setattr__(m, '_data', copy.deepcopy(object.__getattribute__(self, '_data')))
|
||||
return m
|
||||
|
||||
def deepcopy_metadata(self):
|
||||
|
||||
Reference in New Issue
Block a user