/usr/scripts sans / final
This commit is contained in:
parent
650f55e7e8
commit
ebeab8a0a0
8 changed files with 23 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf8 -*-
|
||||
#
|
||||
# Sclaimer
|
||||
|
@ -12,10 +12,11 @@ import sys
|
|||
import smtplib
|
||||
import time
|
||||
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
from config import mac_prise
|
||||
from affich_tools import tableau
|
||||
sys.path.append('/usr/scripts/')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
|
||||
from gestion.config import mac_prise
|
||||
from gestion.affich_tools import tableau
|
||||
import lc_ldap.shortcuts
|
||||
import lc_ldap.objets
|
||||
import collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue