Mercurial > p > roundup > code
diff cgi-bin/roundup.cgi @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | d720846159fa |
| children | 996eaf90c01e |
line wrap: on
line diff
--- a/cgi-bin/roundup.cgi Sun Jul 29 06:57:03 2001 +0000 +++ b/cgi-bin/roundup.cgi Sun Jul 29 07:01:39 2001 +0000 @@ -1,6 +1,5 @@ #!/usr/bin/env python - -# $Id: roundup.cgi,v 1.4 2001-07-23 04:47:27 anthonybaxter Exp $ +# $Id: roundup.cgi,v 1.5 2001-07-29 07:01:39 richard Exp $ # python version check import sys @@ -111,6 +110,10 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.4 2001/07/23 04:47:27 anthonybaxter +# renamed ROUNDUPS to ROUNDUP_INSTANCE_HOMES +# sys.exit(0) if python version wrong. +# # Revision 1.3 2001/07/23 04:33:30 richard # brought the CGI instance config dict in line with roundup-server # @@ -121,3 +124,4 @@ # More Grande Splite # # +# vim: set filetype=python ts=4 sw=4 et si
