Trees | Indices | Help |
|
---|
|
1 ############################################################################## 2 # 3 # Copyright (C) Zenoss, Inc. 2007, all rights reserved. 4 # 5 # This content is made available according to terms specified in 6 # License.zenoss under the directory where your Zenoss product is installed. 7 # 8 ############################################################################## 9 10 11 import logging 12 log = logging.getLogger("zen.ActionRuleWindow") 13 14 from Globals import DTMLFile 15 from AccessControl import ClassSecurityInfo 16 from Products.ZenModel.MaintenanceWindow import MaintenanceWindow 17 from Products.ZenRelations.RelSchema import * 1820 21 backCrumb = 'editActionRuleSchedule' # FIXME 22 23 actionRule = None 24 25 _relations = ( 26 ("actionRule", ToOne(ToManyCont,"Products.ZenEvents.ActionRule","windows")), 27 ) 28 29 security = ClassSecurityInfo()30
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Mon Jul 30 17:11:39 2012 | http://epydoc.sourceforge.net |