source: products/RPCAuth/current/__init__.py @ 1552

Last change on this file since 1552 was 22, checked in by myroslav, 18 years ago

Tagging release

  • Property svn:eol-style set to native
File size: 232 bytes
Line 
1import RPCAuth 
2
3def 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 repository browser.