Fix typo in GVDoc.py

svn: r9043
This commit is contained in:
Brian Matherly 2007-09-30 06:52:57 +00:00
parent 152a452b2e
commit 7f3d94ae44

View File

@ -154,7 +154,7 @@ class GVDocBase(BaseDoc.BaseDoc,BaseDoc.GVDoc):
#-------------------------------------------------------------------------------
class GVDotDoc(GVDocBase):
def close(self):
GVDoc.close(self)
GVDocBase.close(self)
# Make sure the extension is correct
if self.filename[-4:] != ".dot":