We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26d18 commit 5186681Copy full SHA for 5186681
doc/customizing.txt
@@ -2,7 +2,7 @@
2
Customising Roundup
3
===================
4
5
-:Version: $Revision: 1.178 $
+:Version: $Revision: 1.179 $
6
7
.. This document borrows from the ZopeBook section on ZPT. The original is at:
8
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2525,6 +2525,8 @@ Define the new action class
2525
Create a new action class in your tracker's ``extensions`` directory, for
2526
example ``myaction.py``::
2527
2528
+ from roundup.cgi.actions import Action
2529
+
2530
class MyAction(Action):
2531
def handle(self):
2532
''' Perform some action. No return value is required.
0 commit comments