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 __doc__="""RelationshipManager Errors 12 13 14 $Id: Exceptions.py,v 1.1 2003/10/04 15:55:17 edahl Exp $""" 15 16 __version__ = "$Revision: 1.1 $"[11:-2] 17 18 from Products.ZenUtils.Exceptions import ZentinelException 19 21 23 25 27 29 31 """ 32 Relationship got added to a container that isn't a RelationshipManager. 33 """ 34 pass 35 36 zenmarker = "__ZENMARKER__" 37
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Mon Jul 30 17:11:43 2012 | http://epydoc.sourceforge.net |