5326: Revert r18842

svn: r18848
This commit is contained in:
Nick Hall
2012-02-10 19:57:57 +00:00
parent 8e608ed7c4
commit da75a38762
25 changed files with 41 additions and 598 deletions

View File

@ -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()