/[pac]/CMFGeographics/__init__.py
ViewVC logotype

Diff of /CMFGeographics/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tvon, Fri Oct 3 19:36:47 2003 UTC revision 1.6 by tvon, Sat Oct 11 06:01:26 2003 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2  #  #
3    
4    from Products.CMFCore import utils
5    import GeographicPropertiesTool
6    import GeographicsTool
7    
8    tools = (GeographicPropertiesTool.GeographicPropertiesTool,
9            GeographicsTool.GeographicsTool,)
10    
11  def initialize(context):  def initialize(context):
12      pass  
13        utils.ToolInit('CMFGeographics Tool', tools=tools,
14                product_name='CMFGeographics', icon='geo.gif',
15                ).initialize( context )

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26