[comptage_upload] Odlyd prend la main
This commit is contained in:
parent
30e31a078c
commit
9a1c89591f
2 changed files with 101 additions and 0 deletions
|
@ -212,6 +212,15 @@ class thot(base_reconfigure):
|
|||
from gen_confs.surveillance import machines
|
||||
self._do(machines(), self._machines())
|
||||
|
||||
class odlyd(base_reconfigure):
|
||||
def filtrage_exemptions(self):
|
||||
from gen_confs.filtrage import exemptions
|
||||
self._do(exemptions())
|
||||
|
||||
def filtrage_machines(self):
|
||||
from gen_confs.filtrage import machines
|
||||
self._do(machines(), self._machines())
|
||||
|
||||
class zamok(base_reconfigure):
|
||||
def del_user(self, args):
|
||||
# Suppression des fichies d'impression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue