Divide BaseDoc into BaseDoc, TextDoc and DrawDoc. TextDoc and DrawDoc are abstract interfaces that must be implemented by the corresponding document generators.
svn: r8431
This commit is contained in:
@@ -51,7 +51,7 @@ mime_type = ""
|
||||
# Class Definitions
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class AbiWordDoc(BaseDoc.BaseDoc):
|
||||
class AbiWordDoc(BaseDoc.BaseDoc,BaseDoc.TextDoc):
|
||||
"""AbiWord document generator. Inherits from the BaseDoc generic
|
||||
document interface class."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user