retire les switchs if has('wheezy')
This commit is contained in:
parent
fd785612d9
commit
efa75412b2
11 changed files with 14 additions and 34 deletions
|
@ -3,8 +3,8 @@
|
|||
# Connexion à la base ldap (pour requêtes diverses)
|
||||
|
||||
import sys
|
||||
sys.path.append('/usr/scripts/')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
import lc_ldap.shortcuts
|
||||
sys.path.pop()
|
||||
|
||||
ldap_conn=lc_ldap.shortcuts.lc_ldap_readonly(user="bcfg2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue