Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 660:efd540a78727 | 661:cdcee6721841 |
|---|---|
| 1 #! /usr/bin/env python | |
| 2 # | |
| 3 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) | 1 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) |
| 4 # This module is free software, and you may redistribute it and/or modify | 2 # This module is free software, and you may redistribute it and/or modify |
| 5 # under the same terms as Python, so long as this copyright message and | 3 # under the same terms as Python, so long as this copyright message and |
| 6 # disclaimer are retained in their original form. | 4 # disclaimer are retained in their original form. |
| 7 # | 5 # |
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 12 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 13 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 16 # |
| 19 # $Id: roundup_admin.py,v 1.2 2002-01-29 20:07:15 jhermann Exp $ | 17 # $Id: roundup_admin.py,v 1.3 2002-03-14 23:59:24 richard Exp $ |
| 20 | 18 |
| 21 # python version check | 19 # python version check |
| 22 from roundup import version_check | 20 from roundup import version_check |
| 23 | 21 |
| 24 # import the admin tool guts and make it go | 22 # import the admin tool guts and make it go |
| 34 if __name__ == '__main__': | 32 if __name__ == '__main__': |
| 35 run() | 33 run() |
| 36 | 34 |
| 37 # | 35 # |
| 38 # $Log: not supported by cvs2svn $ | 36 # $Log: not supported by cvs2svn $ |
| 37 # Revision 1.2 2002/01/29 20:07:15 jhermann | |
| 38 # Conversion to generated script stubs | |
| 39 # | |
| 39 # Revision 1.1 2002/01/29 19:53:08 jhermann | 40 # Revision 1.1 2002/01/29 19:53:08 jhermann |
| 40 # Moved scripts from top-level dir to roundup.scripts subpackage | 41 # Moved scripts from top-level dir to roundup.scripts subpackage |
| 41 # | 42 # |
| 42 # Revision 1.61 2002/01/05 02:21:21 richard | 43 # Revision 1.61 2002/01/05 02:21:21 richard |
| 43 # fixes | 44 # fixes |
