We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380f266 commit 86fa93bCopy full SHA for 86fa93b
tiny_ldap_manager/tlmgr_modify.py
@@ -20,7 +20,7 @@
20
import logging
21
import ldap
22
import ldap.modlist as modlist
23
-from tlmgr_core import ask_user_confirmation
+from tiny_ldap_manager.tlmgr_core import ask_user_confirmation
24
25
26
def ldap_replace_attr(ldap_session, attrs, attr, dn, new_value):
0 commit comments