Skip to content

Commit 86fa93b

Browse files
committed
Fixed imports for custom modules
1 parent 380f266 commit 86fa93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny_ldap_manager/tlmgr_modify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import logging
2121
import ldap
2222
import ldap.modlist as modlist
23-
from tlmgr_core import ask_user_confirmation
23+
from tiny_ldap_manager.tlmgr_core import ask_user_confirmation
2424

2525

2626
def ldap_replace_attr(ldap_session, attrs, attr, dn, new_value):

0 commit comments

Comments
 (0)