diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-12-13 21:38:02 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-12-13 21:38:02 +0000 |
commit | f3eb3148238ea38683c1586518bbecd108353c65 (patch) | |
tree | e31930d3411b23eebecec43cb4ddc358074d7059 /src/lib/Server/Statistics.py | |
parent | a4b92de008aa1d56b521aebbfeaf442201df5a18 (diff) | |
download | bcfg2-f3eb3148238ea38683c1586518bbecd108353c65.tar.gz bcfg2-f3eb3148238ea38683c1586518bbecd108353c65.tar.bz2 bcfg2-f3eb3148238ea38683c1586518bbecd108353c65.zip |
set keyword attributes on most files
added Ed's client and server cleanups
Modified the debian and redhat toolsets to produce nicer output
** Broke performance reports
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1623 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Statistics.py')
-rw-r--r-- | src/lib/Server/Statistics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Statistics.py b/src/lib/Server/Statistics.py index 6f7c5cd4f..15f1586ef 100644 --- a/src/lib/Server/Statistics.py +++ b/src/lib/Server/Statistics.py @@ -1,5 +1,5 @@ '''This file manages the statistics collected by the BCFG2 Server''' -__revision__ = '$Revision: $' +__revision__ = '$Revision$' from lxml.etree import XML, SubElement, Element, XMLSyntaxError from syslog import syslog, LOG_ERR |