write label for graph

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3103 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-04-03 19:13:41 +00:00
parent 38b83415dd
commit db223a1912

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
A DOT graph format logger. The specification has been taken from
http://www.graphviz.org/cvs/doc/info/lang.html.
http://www.graphviz.org/doc/info/lang.html
"""
import time
@ -56,7 +56,7 @@ class DOTLogger (linkcheck.logger.Logger):
{'email': linkcheck.configuration.Email})
self.check_date()
self.writeln()
self.writeln(u"digraph {")
self.writeln(u"digraph G {")
self.flush()
def comment (self, s, **args):