import via /usr/scripts
This commit is contained in:
parent
1734305716
commit
797cdd7c9b
4 changed files with 16 additions and 16 deletions
|
@ -16,9 +16,12 @@ arguments peuvent être founis pour une même option, les séparer par &
|
|||
|
||||
import sys, signal, os, getopt
|
||||
from trigger import trigger_generate as trigger
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
|
||||
from ldap_crans import crans_ldap, hostname
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
|
||||
from gestion.ldap_crans import crans_ldap, hostname
|
||||
from lock import *
|
||||
from affich_tools import anim, cprint, OK
|
||||
from time import localtime, strftime, time, sleep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue