diff roundup/cgi/actions.py @ 2129:3fd672293712

add and use Reject exception [SF#700265]
author Richard Jones <richard@users.sourceforge.net>
date Fri, 26 Mar 2004 00:44:11 +0000
parents b86f0627b07c
children 0884a0e4071e
line wrap: on
line diff
--- a/roundup/cgi/actions.py	Thu Mar 25 23:14:52 2004 +0000
+++ b/roundup/cgi/actions.py	Fri Mar 26 00:44:11 2004 +0000
@@ -1,3 +1,5 @@
+#$Id: actions.py,v 1.15 2004-03-26 00:44:11 richard Exp $
+
 import re, cgi, StringIO, urllib, Cookie, time, random
 
 from roundup import hyperdb, token, date, password, rcsv
@@ -837,3 +839,4 @@
 
         return '\n'
 
+# vim: set filetype=python ts=4 sw=4 et si

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