root/RPCAuth/current/__init__.py
| Revision 1061 (checked in by mylan, 10 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | import RPCAuth |
| 2 | |
| 3 | def initialize(context): |
| 4 | context.registerClass( |
| 5 | RPCAuth.RPCAuth, |
| 6 | constructors=(RPCAuth.manage_addRAForm, |
| 7 | RPCAuth.manage_addRPCAuth), |
| 8 | icon = 'RPCAuth.gif' |
| 9 | ) |
| 10 |
Note: See TracBrowser for help on using the browser.
