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:
@@ -57,7 +57,7 @@ class Report:
|
||||
self.doc = options_class.get_document()
|
||||
|
||||
creator = database.get_researcher().get_name()
|
||||
self.doc.creator(creator)
|
||||
self.doc.set_creator(creator)
|
||||
|
||||
output = options_class.get_output()
|
||||
if output:
|
||||
|
||||
Reference in New Issue
Block a user