| 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') |