retire les switchs if has('wheezy')

This commit is contained in:
Daniel STAN 2015-05-02 12:46:41 +02:00
parent fd785612d9
commit efa75412b2
11 changed files with 14 additions and 34 deletions

View file

@ -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"