comparison roundup-admin @ 486:18d4051bdae7

fixes
author Richard Jones <richard@users.sourceforge.net>
date Sat, 05 Jan 2002 02:22:33 +0000
parents b35f229dd049
children
comparison
equal deleted inserted replaced
485:fad315a10185 486:18d4051bdae7
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: roundup-admin,v 1.60 2002-01-05 02:11:22 richard Exp $ 19 # $Id: roundup-admin,v 1.61 2002-01-05 02:21:21 richard Exp $
20 20
21 # python version check 21 # python version check
22 from roundup import version_check 22 from roundup import version_check
23 23
24 # import the admin tool guts and make it go 24 # import the admin tool guts and make it go
25 from roundup.admin import AdminTool 25 from roundup.admin import AdminTool
26 if __name__ == '__main__': 26 from roundup.i18n import _
27 tool = AdminTool()
28 sys.exit(tool.main())
29 27
28 import sys
29 tool = AdminTool()
30 sys.exit(tool.main())
31
30 # 32 #
31 # $Log: not supported by cvs2svn $ 33 # $Log: not supported by cvs2svn $
34 # Revision 1.60 2002/01/05 02:11:22 richard
35 # I18N'ed roundup admin - and split the code off into a module so it can be used
36 # elsewhere.
37 # Big issue with this is the doc strings - that's the help. We're probably going to
38 # have to switch to not use docstrings, which will suck a little :(
39 #
32 # Revision 1.59 2001/12/31 05:20:34 richard 40 # Revision 1.59 2001/12/31 05:20:34 richard
33 # . #496360 ] table width does not work 41 # . #496360 ] table width does not work
34 # 42 #
35 # Revision 1.58 2001/12/31 05:12:52 richard 43 # Revision 1.58 2001/12/31 05:12:52 richard
36 # actually handle the advertised <cr> response to "commit y/N?" 44 # actually handle the advertised <cr> response to "commit y/N?"

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