From efee495f2e6f02d0aabed0558becbce54d493609 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 18 Nov 2017 19:56:58 +0000 Subject: [PATCH] ldap.cidict.__version__ imported from package --- Lib/ldap/cidict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ldap/cidict.py b/Lib/ldap/cidict.py index a9e6dee..d36f8c3 100644 --- a/Lib/ldap/cidict.py +++ b/Lib/ldap/cidict.py @@ -6,7 +6,7 @@ See https://www.python-ldap.org/ for details. """ -__version__ = """$Revision: 1.17 $""" +from ldap import __version__ from UserDict import IterableUserDict