mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Works, and made it substantially faster too.
This commit is contained in:
parent
b839a2b103
commit
1a2371ffe3
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user