From c4ca2f382c0d4538c855cfe0ebfa127c638ced8c Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 30 May 2002 23:58:14 +0000 Subject: [PATCH] oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@767 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/admin.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roundup/admin.py b/roundup/admin.py index 18c1638..663bea7 100644 --- a/roundup/admin.py +++ b/roundup/admin.py @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: admin.py,v 1.12 2002-05-26 09:04:42 richard Exp $ +# $Id: admin.py,v 1.13 2002-05-30 23:58:14 richard Exp $ import sys, os, getpass, getopt, re, UserDict, shlex, shutil try: @@ -324,7 +324,6 @@ Command help: Execute the instance's initialisation function dbinit.init() ''' # password - print args if len(args) > 1: adminpw = args[1] else: @@ -1122,6 +1121,9 @@ if __name__ == '__main__': # # $Log: not supported by cvs2svn $ +# Revision 1.12 2002/05/26 09:04:42 richard +# out by one in the init args +# # Revision 1.11 2002/05/23 01:14:20 richard # . split instance initialisation into two steps, allowing config changes # before the database is initialised. -- 2.30.2