Update of /cvsroot/pymerase/pymerase/pymerase/output
In directory sc8-pr-cvs1:/tmp/cvs-serv30953
Modified Files:
CreateSSUML.py
Log Message:
Forgot closing ;, fixed.
Index: CreateSSUML.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/CreateSSUML.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CreateSSUML.py 15 Jul 2003 23:14:46 -0000 1.1
--- CreateSSUML.py 16 Jul 2003 19:17:56 -0000 1.2
***************
*** 148,152 ****
sym))
! text.append(")")
text.append("")
--- 148,152 ----
sym))
! text.append(");")
text.append("")
|