Skip to content

Commit 44e3514

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 0e9e3fa commit 44e3514

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/customizing.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.161.2.14 $
5+
:Version: $Revision: 1.161.2.15 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2522,6 +2522,8 @@ Define the new action class
25222522
Create a new action class in your tracker's ``extensions`` directory, for
25232523
example ``myaction.py``::
25242524

2525+
from roundup.cgi.actions import Action
2526+
25252527
class MyAction(Action):
25262528
def handle(self):
25272529
''' Perform some action. No return value is required.

0 commit comments

Comments
 (0)