Browse Source

Update ldap.py

BastelBaus 11 tháng trước cách đây
mục cha
commit
3af690fcb6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      radicale/auth/ldap.py

+ 0 - 1
radicale/auth/ldap.py

@@ -56,7 +56,6 @@ class Auth(auth.BaseAuth):
         try:
             import ldap3
             self.ldap3 = ldap3
- 
         except ImportError:
             try:
                 import ldap