From 332cf73e0f376bb458575de0f4317b7b9e041ebb Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 1 Aug 2017 18:29:44 +0200 Subject: [PATCH] Moved all script files to main term_forecast folder. --- term_forecast/__init__.py | 0 {conf => term_forecast/conf}/GeoLite2-City.mmdb | Bin emojiParser.py => term_forecast/emojiParser.py | 0 .../loadingAnimation.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 term_forecast/__init__.py rename {conf => term_forecast/conf}/GeoLite2-City.mmdb (100%) rename emojiParser.py => term_forecast/emojiParser.py (100%) rename loadingAnimation.py => term_forecast/loadingAnimation.py (100%) diff --git a/term_forecast/__init__.py b/term_forecast/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/conf/GeoLite2-City.mmdb b/term_forecast/conf/GeoLite2-City.mmdb similarity index 100% rename from conf/GeoLite2-City.mmdb rename to term_forecast/conf/GeoLite2-City.mmdb diff --git a/emojiParser.py b/term_forecast/emojiParser.py similarity index 100% rename from emojiParser.py rename to term_forecast/emojiParser.py diff --git a/loadingAnimation.py b/term_forecast/loadingAnimation.py similarity index 100% rename from loadingAnimation.py rename to term_forecast/loadingAnimation.py