Remove "self.font" and "self.media_list" from the BaseDoc interface as they are only common to a couple of formats.

svn: r8342
This commit is contained in:
Brian Matherly
2007-04-01 04:21:44 +00:00
parent 6a864bb44c
commit c71b782345
5 changed files with 11 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ class ODFDoc(BaseDoc.BaseDoc):
def __init__(self,styles,type,template):
BaseDoc.BaseDoc.__init__(self,styles,type,template)
self.media_list = []
self.cntnt = None
self.filename = None
self.level = 0