ldap.schema.models: Add missing import

This commit is contained in:
Petr Viktorin 2015-10-14 11:55:23 +02:00 committed by Raphaël Barrois
parent 6a4c0adc48
commit 65f507a5e6
1 changed files with 2 additions and 0 deletions

View File

@ -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