/[pac]/CMFGeographics/Extensions/Install.py
ViewVC logotype

Diff of /CMFGeographics/Extensions/Install.py

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

revision 1.6 by tvon, Fri Oct 3 18:30:38 2003 UTC revision 1.7 by tvon, Fri Oct 3 19:30:27 2003 UTC
# Line 10  from StringIO import StringIO Line 10  from StringIO import StringIO
10  def install(self):  def install(self):
11      out = StringIO()      out = StringIO()
12            
     installTypes(self, out, listTypes(PROJECTNAME), PROJECTNAME)  
   
     install_subskin(self, out, GLOBALS)  
   
13      prop_tool = self.portal_properties      prop_tool = self.portal_properties
14      if 'geographic_properties' not in prop_tool.objectIds():      if 'geographic_properties' not in prop_tool.objectIds():
15          prop_tool.manage_addPropertySheet('geographic_properties', 'Geographic Properties')          prop_tool.manage_addPropertySheet('geographic_properties', 'Geographic Properties')

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

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