retire les switchs if has('wheezy')
This commit is contained in:
parent
fd785612d9
commit
efa75412b2
11 changed files with 14 additions and 34 deletions
|
@ -3,8 +3,8 @@
|
|||
import sys
|
||||
|
||||
include("ip")
|
||||
if '/usr/scripts/' not in sys.path:
|
||||
sys.path.append('/usr/scripts/')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
from gestion import config
|
||||
|
||||
info["owner"] = "root"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue