Changeset 1988 for WAeUP_SRP/branches/joachim-azax-branch/__init__.py
- Timestamp:
- 5 Jul 2007, 11:14:12 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/branches/joachim-azax-branch/__init__.py
r1934 r1988 30 30 import Products.WAeUP_SRP.WAeUPPermissions 31 31 import WAeUPTool 32 import Azax 32 33 33 34 import Widgets 34 tools = (WAeUPTool.WAeUPTool,) 35 tools = (WAeUPTool.WAeUPTool, 36 Azax.KSSTool) 35 37 36 38 waeup_types = ( … … 100 102 101 103 def initialize(registrar): 102 ToolInit('WAeUP Tool ',104 ToolInit('WAeUP Tools', 103 105 tools=tools, 104 106 icon='tool.gif',
Note: See TracChangeset for help on using the changeset viewer.