trucs dépréciés
This commit is contained in:
parent
bbb12b733f
commit
e14bb4ac90
2 changed files with 4 additions and 3 deletions
|
@ -19,11 +19,8 @@ import sys
|
||||||
sys.path.append('/usr/scripts/gestion')
|
sys.path.append('/usr/scripts/gestion')
|
||||||
|
|
||||||
import commands
|
import commands
|
||||||
import lock
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class IpsetError(Exception):
|
class IpsetError(Exception):
|
||||||
# Gestion des erreurs d'ipset
|
# Gestion des erreurs d'ipset
|
||||||
def __init__(self,cmd,err_code,output):
|
def __init__(self,cmd,err_code,output):
|
||||||
|
|
|
@ -11,6 +11,10 @@ Attention, ce fichier est osbolète
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import cPickle, sys
|
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
|
import config
|
||||||
from whos import aff
|
from whos import aff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue