Close a few TODOs

This commit is contained in:
Kovid Goyal 2007-10-25 01:01:25 +00:00
parent 1c1cc0f1f5
commit cee41c8822

View file

@ -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, [])