From af10939ebf20b4576e60c01490e5e21fd458a50a Mon Sep 17 00:00:00 2001 From: msbentsen Date: Mon, 29 Apr 2019 12:38:29 +0200 Subject: [PATCH] Changed modules to lowercase --- tobias/footprinting/{ATACorrect.py => atacorrect.py} | 0 .../{ATACorrect_functions.py => atacorrect_functions.py} | 0 tobias/footprinting/{BINDetect.py => bindetect.py} | 0 .../{BINDetect_functions.py => bindetect_functions.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tobias/footprinting/{ATACorrect.py => atacorrect.py} (100%) rename tobias/footprinting/{ATACorrect_functions.py => atacorrect_functions.py} (100%) rename tobias/footprinting/{BINDetect.py => bindetect.py} (100%) rename tobias/footprinting/{BINDetect_functions.py => bindetect_functions.py} (100%) diff --git a/tobias/footprinting/ATACorrect.py b/tobias/footprinting/atacorrect.py similarity index 100% rename from tobias/footprinting/ATACorrect.py rename to tobias/footprinting/atacorrect.py diff --git a/tobias/footprinting/ATACorrect_functions.py b/tobias/footprinting/atacorrect_functions.py similarity index 100% rename from tobias/footprinting/ATACorrect_functions.py rename to tobias/footprinting/atacorrect_functions.py diff --git a/tobias/footprinting/BINDetect.py b/tobias/footprinting/bindetect.py similarity index 100% rename from tobias/footprinting/BINDetect.py rename to tobias/footprinting/bindetect.py diff --git a/tobias/footprinting/BINDetect_functions.py b/tobias/footprinting/bindetect_functions.py similarity index 100% rename from tobias/footprinting/BINDetect_functions.py rename to tobias/footprinting/bindetect_functions.py