Fix typo in GVDoc.py
svn: r9043
This commit is contained in:
parent
152a452b2e
commit
7f3d94ae44
@ -154,7 +154,7 @@ class GVDocBase(BaseDoc.BaseDoc,BaseDoc.GVDoc):
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
class GVDotDoc(GVDocBase):
|
class GVDotDoc(GVDocBase):
|
||||||
def close(self):
|
def close(self):
|
||||||
GVDoc.close(self)
|
GVDocBase.close(self)
|
||||||
|
|
||||||
# Make sure the extension is correct
|
# Make sure the extension is correct
|
||||||
if self.filename[-4:] != ".dot":
|
if self.filename[-4:] != ".dot":
|
||||||
|
Loading…
Reference in New Issue
Block a user