Ajout du redemarrage d'exemptions.py
darcs-hash:20050907203912-6d78a-77854f3a9a0f3e5acb1ac7f1e3ff538785015c02.gz
This commit is contained in:
parent
6846e79b57
commit
457ac5285c
1 changed files with 4 additions and 0 deletions
|
@ -161,6 +161,10 @@ class komaz(base_reconfigure) :
|
||||||
def blacklist(self) :
|
def blacklist(self) :
|
||||||
self.__fw().blacklist()
|
self.__fw().blacklist()
|
||||||
|
|
||||||
|
def exemptions(self) :
|
||||||
|
from exemptions import exemptions
|
||||||
|
self._do(exemptions())
|
||||||
|
|
||||||
class sila(base_reconfigure) :
|
class sila(base_reconfigure) :
|
||||||
def bl_carte_etudiant(self) :
|
def bl_carte_etudiant(self) :
|
||||||
from gen_confs.squid import squid_carte
|
from gen_confs.squid import squid_carte
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue