From 335d2edd6c35d227d54a7a368950fdaa28c4f055 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Tue, 8 Sep 2015 15:52:08 +0300 Subject: [PATCH] Move files into correct directory --- tools/{download_statistic => download_statistics}/aggregator.py | 0 .../{download_statistic => download_statistics}/calc_statistic.sh | 0 tools/{download_statistic => download_statistics}/columnizer.sh | 0 tools/{download_statistic => download_statistics}/linezier.sh | 0 tools/{download_statistic => download_statistics}/remover.sh | 0 .../{download_statistic => download_statistics}/requirements.txt | 0 tools/{download_statistic => download_statistics}/resolver.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tools/{download_statistic => download_statistics}/aggregator.py (100%) rename tools/{download_statistic => download_statistics}/calc_statistic.sh (100%) rename tools/{download_statistic => download_statistics}/columnizer.sh (100%) rename tools/{download_statistic => download_statistics}/linezier.sh (100%) rename tools/{download_statistic => download_statistics}/remover.sh (100%) rename tools/{download_statistic => download_statistics}/requirements.txt (100%) rename tools/{download_statistic => download_statistics}/resolver.py (100%) diff --git a/tools/download_statistic/aggregator.py b/tools/download_statistics/aggregator.py similarity index 100% rename from tools/download_statistic/aggregator.py rename to tools/download_statistics/aggregator.py diff --git a/tools/download_statistic/calc_statistic.sh b/tools/download_statistics/calc_statistic.sh similarity index 100% rename from tools/download_statistic/calc_statistic.sh rename to tools/download_statistics/calc_statistic.sh diff --git a/tools/download_statistic/columnizer.sh b/tools/download_statistics/columnizer.sh similarity index 100% rename from tools/download_statistic/columnizer.sh rename to tools/download_statistics/columnizer.sh diff --git a/tools/download_statistic/linezier.sh b/tools/download_statistics/linezier.sh similarity index 100% rename from tools/download_statistic/linezier.sh rename to tools/download_statistics/linezier.sh diff --git a/tools/download_statistic/remover.sh b/tools/download_statistics/remover.sh similarity index 100% rename from tools/download_statistic/remover.sh rename to tools/download_statistics/remover.sh diff --git a/tools/download_statistic/requirements.txt b/tools/download_statistics/requirements.txt similarity index 100% rename from tools/download_statistic/requirements.txt rename to tools/download_statistics/requirements.txt diff --git a/tools/download_statistic/resolver.py b/tools/download_statistics/resolver.py similarity index 100% rename from tools/download_statistic/resolver.py rename to tools/download_statistics/resolver.py