[Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters Dot.py,1.40,1.41
Stefan Seefeld stefan at synopsis.fresco.orgFri Dec 5 17:51:00 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis setup.py,1.14,1.15
- Next message: [Synopsis-changes] Synopsis/Synopsis/bin synopsis,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/Synopsis/Formatters
In directory frida:/tmp/cvs-serv26671/Synopsis/Formatters
Modified Files:
Dot.py
Log Message:
fix indentation error
Index: Dot.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Formatters/Dot.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -d -r1.40 -r1.41
--- Dot.py 19 Nov 2003 19:48:43 -0000 1.40
+++ Dot.py 5 Dec 2003 17:50:58 -0000 1.41
@@ -301,7 +301,7 @@ class SingleInheritanceGenerator(Inherit
self.write_node(ref.link, child_label, child_label)
else:
self.write_node('', child_label, child_label, color='gray75', fontcolor='gray75')
- self.write_edge(name, child_label, None)
+ self.write_edge(name, child_label, None)
class CollaborationGenerator(AST.Visitor, Type.Visitor):
"""A Formatter that generates a collaboration graph"""
- Previous message: [Synopsis-changes] Synopsis/Synopsis setup.py,1.14,1.15
- Next message: [Synopsis-changes] Synopsis/Synopsis/bin synopsis,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list