From 65f507a5e67d091b65cc31aeb9af770f66fc70dd Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 14 Oct 2015 11:55:23 +0200 Subject: [PATCH] ldap.schema.models: Add missing import --- Lib/ldap/schema/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/ldap/schema/models.py b/Lib/ldap/schema/models.py index afab124..a141edd 100644 --- a/Lib/ldap/schema/models.py +++ b/Lib/ldap/schema/models.py @@ -6,6 +6,8 @@ See http://www.python-ldap.org/ for details. \$Id: models.py,v 1.48 2015/06/06 09:21:38 stroeder Exp $ """ +import sys + import ldap.cidict from ldap.compat import UserDict