summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/nisauth.py
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-11-22 22:39:00 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-11-22 22:39:00 +0000
commit07da7055e7844a735a9b79507d0c2851a2249789 (patch)
tree06e3ab44beabd19118e6fa0461cf6385024aaa25 /src/lib/Server/Reports/nisauth.py
parent81bd425bc158fa0bfa5b39640f7e088deaf56587 (diff)
downloadbcfg2-07da7055e7844a735a9b79507d0c2851a2249789.tar.gz
bcfg2-07da7055e7844a735a9b79507d0c2851a2249789.tar.bz2
bcfg2-07da7055e7844a735a9b79507d0c2851a2249789.zip
Typo Fixing
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2528 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports/nisauth.py')
-rw-r--r--src/lib/Server/Reports/nisauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/nisauth.py b/src/lib/Server/Reports/nisauth.py
index b8858e36c..b4be0e391 100644
--- a/src/lib/Server/Reports/nisauth.py
+++ b/src/lib/Server/Reports/nisauth.py
@@ -1,6 +1,6 @@
import os
import crypt, nis
-import Bcfg2.Server.Reports.settings import AUTHORIZED_GROUP
+from Bcfg2.Server.Reports.settings import AUTHORIZED_GROUP
"""Checks with NIS to see if the current user is in the support group"""