--- OSAS/OSA_system/OSAS_Root.py 2004/03/25 09:57:47 1.5 +++ OSAS/OSA_system/OSAS_Root.py 2004/04/02 07:57:25 1.6 @@ -18,6 +18,10 @@ class OSAS_Root(Folder,Implicit): {'label':'Main Config','action':'Root_config'}, ) + def setDigILibURL(self): + """set""" + self.DigILibURL="" + def Root_config(self): """Main configuration""" pt=PageTemplateFile('Products/OSA_system/zpt/ConfigOSAS_Root.zpt').__of__(self)