Retire le sys.path.append

This commit is contained in:
Gabriel Detraz 2015-07-07 16:20:47 +02:00
parent da8e096b9d
commit 999e6190bb
2 changed files with 5 additions and 9 deletions

View file

@ -2,11 +2,9 @@ info["owner"] = "postgres"
info["group"] = "postgres"
info["mode"] = 0640
import sys
sys.path.append('/usr/scripts')
import lc_ldap.shortcuts
include("ldap_conn")
conn = lc_ldap.shortcuts.lc_ldap_readonly()
conn = ldap_conn
comment_start = "#"
header("Gestion du mapping avec les base de données")

View file

@ -3,11 +3,9 @@ info["group"] = "postgres"
info["mode"] = 0640
import sys
sys.path.append('/usr/scripts')
import lc_ldap.shortcuts
include("ldap_conn")
conn = lc_ldap.shortcuts.lc_ldap_readonly()
conn = ldap_conn
comment_start = "#"
header("Gestion des acces ident pour les utilisateurs")