import via /usr/scripts
This commit is contained in:
parent
1734305716
commit
797cdd7c9b
4 changed files with 16 additions and 16 deletions
|
@ -8,14 +8,16 @@ Licence : GPLv2
|
|||
"""
|
||||
|
||||
import sys, os, signal
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
|
||||
import time, commands
|
||||
from affich_tools import *
|
||||
from lock import *
|
||||
|
||||
import config
|
||||
from tempfile import NamedTemporaryFile
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
|
||||
from gestion.affich_tools import *
|
||||
from gestion.lock import *
|
||||
from gestion import config
|
||||
|
||||
|
||||
class gen_config(object) :
|
||||
""" Base pour toutes les classes de génération de fichiers de conf """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue