5326: Revert r18842
svn: r18848
This commit is contained in:
@ -358,8 +358,8 @@ class GVDocBase(BaseDoc, GVDoc):
|
||||
inherit from this class will only need to implement the close function.
|
||||
The close function will generate the actual file of the appropriate type.
|
||||
"""
|
||||
def __init__(self, options, paper_style, index_opts):
|
||||
BaseDoc.__init__(self, None, paper_style, index_opts)
|
||||
def __init__(self, options, paper_style):
|
||||
BaseDoc.__init__(self, None, paper_style)
|
||||
|
||||
self._filename = None
|
||||
self._dot = StringIO()
|
||||
|
Reference in New Issue
Block a user