CVS: tmda-cgi CgiVersion.py,1.9,1.10
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi In directory sc8-pr-cvs1:/tmp/cvs-serv397 Modified Files: CgiVersion.py Log Message: Small cosmetic change to match TMDA's Version output. Index: CgiVersion.py =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/CgiVersion.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- CgiVersion.py 30 May 2003 04:38:18 -0000 1.9 +++ CgiVersion.py 4 Jun 2003 20:00:20 -0000 1.10 @@ -39,8 +39,8 @@ Platform = Version.PLATFORM # Summary of all the version identifiers -# e.g, tmda-cgi/0.02 "Helium" (Python 2.2.2 on linux-i686) -All = 'tmda-cgi/%s "%s" (Python %s on %s)' % \ +# e.g, tmda-cgi/0.02 "Helium" (Python/2.2.2 on linux-i686) +All = 'tmda-cgi/%s "%s" (Python/%s on %s)' % \ (tmda_cgi, Codename, Python, Platform) def Test(): _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs