comparison roundup/admin.py @ 2178:e1a481838a32

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Sat, 03 Apr 2004 21:32:24 +0000
parents 723098a10677
children d04ef0543c76
comparison
equal deleted inserted replaced
2177:a276e2531321 2178:e1a481838a32
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.64 2004-04-02 05:58:43 richard Exp $ 19 # $Id: admin.py,v 1.65 2004-04-03 21:32:24 richard Exp $
20 20
21 '''Administration commands for maintaining Roundup trackers. 21 '''Administration commands for maintaining Roundup trackers.
22 ''' 22 '''
23 __docformat__ = 'restructuredtext' 23 __docformat__ = 'restructuredtext'
24 24
933 raise UsageError, _('no such %(classname)s node "%(nodeid)s"')%locals() 933 raise UsageError, _('no such %(classname)s node "%(nodeid)s"')%locals()
934 return 0 934 return 0
935 935
936 def do_commit(self, args): 936 def do_commit(self, args):
937 '''Usage: commit 937 '''Usage: commit
938 Commit all changes made to the database. 938 Commit changes made to the database during an interactive session.
939 939
940 The changes made during an interactive session are not 940 The changes made during an interactive session are not
941 automatically written to the database - they must be committed 941 automatically written to the database - they must be committed
942 using this command. 942 using this command.
943 943

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