trucs dépréciés

This commit is contained in:
Daniel STAN 2014-02-23 02:32:11 +01:00
parent bbb12b733f
commit e14bb4ac90
2 changed files with 4 additions and 3 deletions

View file

@ -19,11 +19,8 @@ import sys
sys.path.append('/usr/scripts/gestion')
import commands
import lock
import os
class IpsetError(Exception):
# Gestion des erreurs d'ipset
def __init__(self,cmd,err_code,output):

View file

@ -11,6 +11,10 @@ Attention, ce fichier est osbolète
"""
import cPickle, sys
if '/usr/scripts' not in sys.path:
sys.path.append('/usr/scripts')
from cranslib.deprecated import module as dep_module
dep_module('ressucite or ressucite_lc')
import config
from whos import aff