diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-01-15 04:04:45 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-01-15 04:04:45 +0000 |
commit | 240a6cd174d56b0d57b826ce537e4b740f509fa5 (patch) | |
tree | 0a8f1a86552b36296e2e1c9a30b111f4d2fde0f8 /src/lib/Server/Reports/importscript.py | |
parent | 522d1758b824a69fa196cee412532d6cefcd9a62 (diff) | |
download | bcfg2-240a6cd174d56b0d57b826ce537e4b740f509fa5.tar.gz bcfg2-240a6cd174d56b0d57b826ce537e4b740f509fa5.tar.bz2 bcfg2-240a6cd174d56b0d57b826ce537e4b740f509fa5.zip |
Revert accidental svn keyword changes and add minor pylint fixes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5027 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports/importscript.py')
-rwxr-xr-x | src/lib/Server/Reports/importscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/importscript.py b/src/lib/Server/Reports/importscript.py index bb26647f2..174f7f639 100755 --- a/src/lib/Server/Reports/importscript.py +++ b/src/lib/Server/Reports/importscript.py @@ -1,6 +1,6 @@ #! /usr/bin/env python '''Imports statistics.xml and clients.xml files in to database backend for new statistics engine''' -__revision__ = '$Revision: 4999 $' +__revision__ = '$Revision$' import os, sys, binascii try: |