From: richard Date: Mon, 16 Sep 2002 05:33:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7a745e71a09d55cdabcc4c49b96ebe9f74cb3fb4;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1176 57a73879-2fb5-44c3-a270-3262357dd7e2 --- 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: