From da59f3dae547452941a8fbcc4cc04556d0e284d8 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Mon, 3 Mar 2014 11:24:21 +0100 Subject: [PATCH] =?UTF-8?q?[gen=5Fconfs/generate]=20Suppression=20de=20la?= =?UTF-8?q?=20machine=20pgsql=20(qui=20a=20=C3=A9t=C3=A9=20remplac=C3=A9?= =?UTF-8?q?=20par=20thot)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gen_confs/generate.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gestion/gen_confs/generate.py b/gestion/gen_confs/generate.py index 40765c7c..5ae9bac7 100755 --- a/gestion/gen_confs/generate.py +++ b/gestion/gen_confs/generate.py @@ -203,15 +203,6 @@ class owl(base_reconfigure): from adherents import del_user self._do(del_user(args)) -class pgsql(base_reconfigure): - def surveillance_exemptions(self): - from gen_confs.surveillance import exemptions - self._do(exemptions()) - - def surveillance_machines(self): - from gen_confs.surveillance import machines - self._do(machines(), self._machines()) - class thot(base_reconfigure): def surveillance_exemptions(self): from gen_confs.surveillance import exemptions