From 7a745e71a09d55cdabcc4c49b96ebe9f74cb3fb4 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 16 Sep 2002 05:33:58 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1176 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index 8c8313d..834a082 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.34 2002-09-16 05:32:09 richard Exp $ +# $Id: client.py,v 1.35 2002-09-16 05:33:58 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -397,7 +397,7 @@ class Client: try: # get the action, validate it action = self.form[':action'].value - for name, method in selc.actions: + for name, method in self.actions: if name == action: break else: -- 2.30.2