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

@@ -58,6 +58,7 @@ class AbiWordDoc(BaseDoc.BaseDoc):
"""Initializes the AbiWordDoc class, calling the __init__ routine
of the parent BaseDoc class"""
BaseDoc.BaseDoc.__init__(self,styles,type,template)
self.media_list = []
self.f = None
self.level = 0
self.new_page = 0