summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-02-19 10:28:02 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-02-19 10:28:02 -0600
commit8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a (patch)
treed65653bd889819f0604fa315de65045ba7003b22 /src/lib/Server/Reports
parent8d9fb29a5d8db6bcb9cee8d1a78de3274541534b (diff)
downloadbcfg2-8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a.tar.gz
bcfg2-8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a.tar.bz2
bcfg2-8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a.zip
Remove svn keywords
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'src/lib/Server/Reports')
-rwxr-xr-xsrc/lib/Server/Reports/importscript.py1
-rw-r--r--src/lib/Server/Reports/nisauth.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Server/Reports/importscript.py b/src/lib/Server/Reports/importscript.py
index 7dfac6fae..cbdf019f5 100755
--- a/src/lib/Server/Reports/importscript.py
+++ b/src/lib/Server/Reports/importscript.py
@@ -3,7 +3,6 @@
Imports statistics.xml and clients.xml files in to database backend for
new statistics engine
"""
-__revision__ = '$Revision$'
import binascii
import os
diff --git a/src/lib/Server/Reports/nisauth.py b/src/lib/Server/Reports/nisauth.py
index 6fc346f1e..b3e37113b 100644
--- a/src/lib/Server/Reports/nisauth.py
+++ b/src/lib/Server/Reports/nisauth.py
@@ -4,8 +4,6 @@ from Bcfg2.Server.Reports.settings import AUTHORIZED_GROUP
"""Checks with NIS to see if the current user is in the support group"""
-__revision__ = "$Revision: $"
-
class NISAUTHError(Exception):
"""NISAUTHError is raised when somehting goes boom."""