bind: petite modif de path
This commit is contained in:
parent
76c8c2d9f2
commit
c99c7d7495
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import base64
|
|||
import hashlib
|
||||
import binascii
|
||||
import netaddr
|
||||
sys.path.append('/usr/scripts/')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
|
||||
import lc_ldap.shortcuts
|
||||
import affich_tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue