mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 15:03:11 +02:00
Close a few TODOs
This commit is contained in:
parent
1c1cc0f1f5
commit
cee41c8822
1 changed files with 1 additions and 4 deletions
|
|
@ -1294,8 +1294,7 @@ def __init__(self, pageStyle=defaultPageStyle, **settings):
|
|||
settingName not in PageStyle.alsoAllow:
|
||||
raise LrsError, "setting %s not allowed on Page" % settingName
|
||||
|
||||
# TODO: should these be copied?
|
||||
self.settings = settings
|
||||
self.settings = settings.copy()
|
||||
|
||||
|
||||
def appendReferencedObjects(self, parent):
|
||||
|
|
@ -1709,8 +1708,6 @@ def __init__(self, text=None):
|
|||
LrsTextTag.__init__(self, text, [LrsSimpleChar1])
|
||||
|
||||
|
||||
# TODO: Plot, Image
|
||||
|
||||
class Space(LrsSimpleChar1, LrsContainer):
|
||||
def __init__(self, xsize=0, x=0):
|
||||
LrsContainer.__init__(self, [])
|
||||
|
|
|
|||
Loading…
Reference in a new issue