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__="""Status 12 13 StatusColor class is a base for things which have status 14 that needs to be represented in html with color. 15 16 $Id: StatusColor.py,v 1.8 2004/04/04 01:51:19 edahl Exp $""" 17 18 __version__ = "$Revision: 1.8 $"[11:-2] 19 38
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Mon Jul 30 17:11:44 2012 | http://epydoc.sourceforge.net |