Dans la série suppression des liens symboliques : /usr/scripts/lib devient /usr/scripts/cranslib
* Comme ça c'est plus clair que c'est un truc custom crans * Le lien symbolique /usr/scripts/gestion/crans/ est retiré. D'autres suivront.
This commit is contained in:
parent
c57795f23b
commit
10275229a1
35 changed files with 20 additions and 29 deletions
|
@ -17,6 +17,7 @@
|
|||
import sys, os, commands, smtplib, tempfile, getopt
|
||||
os.umask(0117)
|
||||
|
||||
sys.path.append('/usr/scripts/')
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
from hptools import hpswitch, sw_chbre
|
||||
from ldap_crans import crans_ldap, BorneWifi
|
||||
|
@ -26,7 +27,7 @@ from gen_confs import *
|
|||
import datetime
|
||||
import config
|
||||
import re
|
||||
from crans.deprecated import deprecated
|
||||
from cranslib.deprecated import deprecated
|
||||
|
||||
capture_model = re.compile(r'\((.*)\)')
|
||||
headers_by_model = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue