aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/plugins/ldap')
-rw-r--r--mediagoblin/plugins/ldap/tools.py2
-rw-r--r--mediagoblin/plugins/ldap/views.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/plugins/ldap/tools.py b/mediagoblin/plugins/ldap/tools.py
index 89ac8c11..c928ee7c 100644
--- a/mediagoblin/plugins/ldap/tools.py
+++ b/mediagoblin/plugins/ldap/tools.py
@@ -16,8 +16,6 @@
import ldap
import logging
-import six
-
from mediagoblin.tools import pluginapi
_log = logging.getLogger(__name__)
diff --git a/mediagoblin/plugins/ldap/views.py b/mediagoblin/plugins/ldap/views.py
index 99ecb456..94af5465 100644
--- a/mediagoblin/plugins/ldap/views.py
+++ b/mediagoblin/plugins/ldap/views.py
@@ -14,8 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import six
-
from mediagoblin import mg_globals, messages
from mediagoblin.auth.tools import register_user
from mediagoblin.db.models import User, LocalUser