Fix bug causing GraphViz report dialog to crash resulting from recent BaseDoc changes

svn: r12782
This commit is contained in:
Gary Burton 2009-07-10 16:45:22 +00:00
parent 2a685cbd7a
commit 01492a1974

View File

@ -153,7 +153,7 @@ class GVDocBase(BaseDoc, GVDoc):
The close function will generate the actual file of the appropriate type.
"""
def __init__(self, options, paper_style):
BaseDoc.__init__(self, None, paper_style, None)
BaseDoc.__init__(self, None, paper_style)
self._filename = None
self._dot = StringIO()