gen_conf: fix shabang -x

This commit is contained in:
Daniel STAN 2014-11-07 00:35:00 +01:00
parent f766b829e6
commit 7a1c86275f
4 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""
@ -12,7 +11,7 @@ Utilisé par generate.py
import sys
if '/usr/scripts' not in sys.path:
sys.path.insert(0, '/usr/scripts/')
sys.path.append('/usr/scripts')
import lc_ldap.shortcuts
import lc_ldap.objets
from gestion.gen_confs import gen_config