diff --git a/gestion/gen_confs/generate.py b/gestion/gen_confs/generate.py index bbea4856..77257056 100755 --- a/gestion/gen_confs/generate.py +++ b/gestion/gen_confs/generate.py @@ -161,6 +161,10 @@ class komaz(base_reconfigure) : def blacklist(self) : self.__fw().blacklist() + def exemptions(self) : + from exemptions import exemptions + self._do(exemptions()) + class sila(base_reconfigure) : def bl_carte_etudiant(self) : from gen_confs.squid import squid_carte