comparison roundup/admin.py @ 602:c242455d9b46 config-0-4-0-branch

Brought the config branch up to date with HEAD
author Richard Jones <richard@users.sourceforge.net>
date Wed, 06 Feb 2002 04:05:55 +0000
parents 912029653c1c
children
comparison
equal deleted inserted replaced
601:912029653c1c 602:c242455d9b46
14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 14 # 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" 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18 # 18 #
19 # $Id: admin.py,v 1.6 2002-01-23 07:27:19 grubert Exp $ 19 # $Id: admin.py,v 1.6.2.1 2002-02-06 04:05:53 richard Exp $
20 20
21 import sys, os, getpass, getopt, re, UserDict, shlex 21 import sys, os, getpass, getopt, re, UserDict, shlex
22 try: 22 try:
23 import csv 23 import csv
24 except ImportError: 24 except ImportError:
1037 tool = AdminTool() 1037 tool = AdminTool()
1038 sys.exit(tool.main()) 1038 sys.exit(tool.main())
1039 1039
1040 # 1040 #
1041 # $Log: not supported by cvs2svn $ 1041 # $Log: not supported by cvs2svn $
1042 # Revision 1.6 2002/01/23 07:27:19 grubert
1043 # . allow abbreviation of "help" in admin tool too.
1044 #
1042 # Revision 1.5 2002/01/21 16:33:19 rochecompaan 1045 # Revision 1.5 2002/01/21 16:33:19 rochecompaan
1043 # You can now use the roundup-admin tool to pack the database 1046 # You can now use the roundup-admin tool to pack the database
1044 # 1047 #
1045 # Revision 1.4 2002/01/14 06:51:09 richard 1048 # Revision 1.4 2002/01/14 06:51:09 richard
1046 # . #503164 ] create and passwords 1049 # . #503164 ] create and passwords

Roundup Issue Tracker: http://roundup-tracker.org/