gestion: retrait des shabang inutiles

Puisque les fichiers ne sont pas executables
This commit is contained in:
Daniel STAN 2014-10-24 23:07:37 +02:00
parent 4983642647
commit 7426578b0d
19 changed files with 13 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/bin/bash /usr/scripts/python.sh
# -*- coding: utf-8 -*-
"""
@ -8,7 +8,7 @@ J.Benoist Leger
"""
from time import sleep
from annuaires_pg import all_switchs
from gestion.annuaires_pg import all_switchs
import pexpect
import getopt
import sys