gestion: retrait des shabang inutiles
Puisque les fichiers ne sont pas executables
This commit is contained in:
parent
4983642647
commit
7426578b0d
19 changed files with 13 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
""" Changement du shell de l'utilisateur lancant le programme
|
||||
|
@ -9,8 +9,8 @@
|
|||
"""
|
||||
import os, sys
|
||||
|
||||
from affich_tools import prompt
|
||||
from ldap_crans import crans_ldap
|
||||
from gestion.affich_tools import prompt
|
||||
from gestion.ldap_crans import crans_ldap
|
||||
|
||||
db = crans_ldap()
|
||||
uid = os.getenv('SUDO_UID')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue