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 0e9e3fa commit 44e3514Copy full SHA for 44e3514
doc/customizing.txt
@@ -2,7 +2,7 @@
2
Customising Roundup
3
===================
4
5
-:Version: $Revision: 1.161.2.14 $
+:Version: $Revision: 1.161.2.15 $
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
@@ -2522,6 +2522,8 @@ Define the new action class
2522
Create a new action class in your tracker's ``extensions`` directory, for
2523
example ``myaction.py``::
2524
2525
+ from roundup.cgi.actions import Action
2526
+
2527
class MyAction(Action):
2528
def handle(self):
2529
''' Perform some action. No return value is required.
0 commit comments