From eca08d6350831a2a8c0d873bd28942749d72991a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Thu, 29 May 2014 06:18:57 +0000 Subject: [PATCH] Fixed SimpleLDAP to "Work" --- server/src/uds/auths/SimpleLDAP/Authenticator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/uds/auths/SimpleLDAP/Authenticator.py b/server/src/uds/auths/SimpleLDAP/Authenticator.py index 9c24d777..5b5cc1cf 100644 --- a/server/src/uds/auths/SimpleLDAP/Authenticator.py +++ b/server/src/uds/auths/SimpleLDAP/Authenticator.py @@ -32,7 +32,6 @@ @author: Adolfo Gómez, dkmaster at dkmon dot com ''' -from __future__ import unicode_literals from django.utils.translation import ugettext_noop as _ from uds.core.ui.UserInterface import gui