summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/nisauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Reports/nisauth.py')
-rw-r--r--src/lib/Server/Reports/nisauth.py2
1 files changed, 0 insertions, 2 deletions
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."""