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__ = """CommandParser 12 13 CommandParser parses the output of a command to return a datamap 14 15 $Id: Uname_A.py,v 1.2 2003/10/01 23:40:51 edahl Exp $""" 16 17 __version__ = '$Revision: 1.2 $'[11:-2] 18 19 from CommandParser import CommandParser 20 35
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Mon Jul 30 17:11:23 2012 | http://epydoc.sourceforge.net |