retire les switchs if has('wheezy')

This commit is contained in:
Daniel STAN 2015-05-02 12:46:41 +02:00
parent fd785612d9
commit efa75412b2
11 changed files with 14 additions and 34 deletions

View file

@ -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")