diff options
Diffstat (limited to 'cobbler/modules/authn_ldap.py')
-rw-r--r-- | cobbler/modules/authn_ldap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cobbler/modules/authn_ldap.py b/cobbler/modules/authn_ldap.py index e4313e07..a8718c5b 100644 --- a/cobbler/modules/authn_ldap.py +++ b/cobbler/modules/authn_ldap.py @@ -23,7 +23,6 @@ import distutils.sysconfig import sys import os from utils import _ -import md5 import traceback # we'll import this just a bit later |