Skip to content

Commit 007f410

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 3599540 commit 007f410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.34 2002-09-16 05:32:09 richard Exp $
1+
# $Id: client.py,v 1.35 2002-09-16 05:33:58 richard Exp $
22

33
__doc__ = """
44
WWW request handler (also used in the stand-alone server).
@@ -397,7 +397,7 @@ def handle_action(self):
397397
try:
398398
# get the action, validate it
399399
action = self.form[':action'].value
400-
for name, method in selc.actions:
400+
for name, method in self.actions:
401401
if name == action:
402402
break
403403
else:

0 commit comments

Comments
 (0)