Mercurial > p > roundup > code
diff roundup/scripts/roundup_admin.py @ 661:cdcee6721841
. [SF#517734] web header customisation is obscure
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 14 Mar 2002 23:59:24 +0000 |
| parents | 2256f81293c1 |
| children | e5826025eeb7 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_admin.py Thu Mar 14 07:16:31 2002 +0000 +++ b/roundup/scripts/roundup_admin.py Thu Mar 14 23:59:24 2002 +0000 @@ -1,5 +1,3 @@ -#! /usr/bin/env python -# # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) # This module is free software, and you may redistribute it and/or modify # under the same terms as Python, so long as this copyright message and @@ -16,7 +14,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundup_admin.py,v 1.2 2002-01-29 20:07:15 jhermann Exp $ +# $Id: roundup_admin.py,v 1.3 2002-03-14 23:59:24 richard Exp $ # python version check from roundup import version_check @@ -36,6 +34,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.2 2002/01/29 20:07:15 jhermann +# Conversion to generated script stubs +# # Revision 1.1 2002/01/29 19:53:08 jhermann # Moved scripts from top-level dir to roundup.scripts subpackage #
