attributs: retrait du shabang
This commit is contained in:
parent
37f0de3cad
commit
499ed61072
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
|
||||
|
@ -51,7 +50,8 @@ from crans_utils import format_tel, format_mac, mailexist, validate_name, ip4_of
|
|||
from crans_utils import to_generalized_time_format, from_generalized_time_format
|
||||
import itertools
|
||||
|
||||
sys.path.append("/usr/scripts")
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append("/usr/scripts")
|
||||
|
||||
import cranslib.deprecated
|
||||
from gestion import config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue