comparison __init__.py @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents 29c822d15bc1
children 9b7db308d2e6
comparison
equal deleted inserted replaced
62:3905385c8854 63:7f008e782563
26 constructors = ( 26 constructors = (
27 RestDbGisApi.manage_addRestDbGisApiForm, 27 RestDbGisApi.manage_addRestDbGisApiForm,
28 RestDbGisApi.manage_addRestDbGisApi 28 RestDbGisApi.manage_addRestDbGisApi
29 ) 29 )
30 ) 30 )
31
32 # FileSystemSite for gis_gui files
33 from Products.FileSystemSite.DirectoryView import registerDirectory
34 registerDirectory('gis_gui', globals())