From 591ec60ffd521422b901945070e402cfea53c81a Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 18 Nov 2017 19:34:51 +0000 Subject: [PATCH] removed unneeded import for UserDict from ldap.schema.subentry --- Lib/ldap/schema/subentry.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/ldap/schema/subentry.py b/Lib/ldap/schema/subentry.py index a80f238..b5e04c2 100644 --- a/Lib/ldap/schema/subentry.py +++ b/Lib/ldap/schema/subentry.py @@ -8,8 +8,6 @@ from ldap.schema.models import * -from UserDict import UserDict - SCHEMA_CLASS_MAPPING = ldap.cidict.cidict() SCHEMA_ATTR_MAPPING = {}