summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/nisauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/nisauth.py')
-rw-r--r--src/lib/Server/Hostbase/nisauth.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/Server/Hostbase/nisauth.py b/src/lib/Server/Hostbase/nisauth.py
index 9c7da8c0a..ae4c6c021 100644
--- a/src/lib/Server/Hostbase/nisauth.py
+++ b/src/lib/Server/Hostbase/nisauth.py
@@ -1,10 +1,8 @@
+"""Checks with NIS to see if the current user is in the support group"""
import os
import crypt, nis
from Bcfg2.Server.Hostbase.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."""