From 7e072aca3c3f3f436a39e4908236deec8edb1dfa Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Tue, 18 Aug 2015 01:28:17 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9place=20les=20scripts=20de=20stats=20ver?= =?UTF-8?q?s=20utils=20et=20non=20plus=20tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {gestion => archive/gestion}/tools/stats_cableur.sh | 0 {gestion/tools => utils}/list_droits.py | 0 {gestion/tools => utils}/list_exempt.py | 0 {gestion/tools => utils}/list_firewall.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {gestion => archive/gestion}/tools/stats_cableur.sh (100%) rename {gestion/tools => utils}/list_droits.py (100%) rename {gestion/tools => utils}/list_exempt.py (100%) rename {gestion/tools => utils}/list_firewall.py (100%) diff --git a/gestion/tools/stats_cableur.sh b/archive/gestion/tools/stats_cableur.sh similarity index 100% rename from gestion/tools/stats_cableur.sh rename to archive/gestion/tools/stats_cableur.sh diff --git a/gestion/tools/list_droits.py b/utils/list_droits.py similarity index 100% rename from gestion/tools/list_droits.py rename to utils/list_droits.py diff --git a/gestion/tools/list_exempt.py b/utils/list_exempt.py similarity index 100% rename from gestion/tools/list_exempt.py rename to utils/list_exempt.py diff --git a/gestion/tools/list_firewall.py b/utils/list_firewall.py similarity index 100% rename from gestion/tools/list_firewall.py rename to utils/list_firewall.py