Ignore:
Timestamp:
5 Jul 2007, 11:14:12 (17 years ago)
Author:
joachim
Message:

merged r1979:r1987 from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/branches/joachim-azax-branch/__init__.py

    r1934 r1988  
    3030import Products.WAeUP_SRP.WAeUPPermissions
    3131import WAeUPTool
     32import Azax
    3233
    3334import Widgets
    34 tools = (WAeUPTool.WAeUPTool,)
     35tools = (WAeUPTool.WAeUPTool,
     36         Azax.KSSTool)
    3537
    3638waeup_types = (
     
    100102
    101103def initialize(registrar):
    102     ToolInit('WAeUP Tool',
     104    ToolInit('WAeUP Tools',
    103105              tools=tools,
    104106              icon='tool.gif',
Note: See TracChangeset for help on using the changeset viewer.