Mercurial > p > roundup > code
diff roundup-server @ 486:18d4051bdae7
fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 05 Jan 2002 02:22:33 +0000 |
| parents | fad315a10185 |
| children |
line wrap: on
line diff
--- a/roundup-server Sat Jan 05 02:22:32 2002 +0000 +++ b/roundup-server Sat Jan 05 02:22:33 2002 +0000 @@ -18,7 +18,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup-server,v 1.24 2002-01-05 02:19:03 richard Exp $ +$Id: roundup-server,v 1.25 2002-01-05 02:21:21 richard Exp $ """ # python version check @@ -181,7 +181,7 @@ "roundup-admin init". You may specify any number of these name=home pairs on the command-line. For convenience, you may edit the ROUNDUP_INSTANCE_HOMES variable in the roundup-server file instead. -'''%locals() +''')%locals() sys.exit(0) def main(): @@ -248,6 +248,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.24 2002/01/05 02:19:03 richard +# i18n'ification +# # Revision 1.23 2001/12/15 23:47:07 richard # sys module went away... #
