From ff2955da0ec260f5cfe5deff584f67a974ee8519 Mon Sep 17 00:00:00 2001 From: PhilipTrauner Date: Thu, 4 Feb 2016 20:34:05 +0100 Subject: [PATCH] Renamed and moved Wallaby files --- Wallaby.py | 2 ++ debug_wallaby.py => Wallaby/Wallaby.py | 0 {Link => Wallaby}/__init__.py | 0 3 files changed, 2 insertions(+) create mode 100644 Wallaby.py rename debug_wallaby.py => Wallaby/Wallaby.py (100%) rename {Link => Wallaby}/__init__.py (100%) diff --git a/Wallaby.py b/Wallaby.py new file mode 100644 index 0000000..7e25e7a --- /dev/null +++ b/Wallaby.py @@ -0,0 +1,2 @@ +import fl0w +import Wallaby.Wallaby \ No newline at end of file diff --git a/debug_wallaby.py b/Wallaby/Wallaby.py similarity index 100% rename from debug_wallaby.py rename to Wallaby/Wallaby.py diff --git a/Link/__init__.py b/Wallaby/__init__.py similarity index 100% rename from Link/__init__.py rename to Wallaby/__init__.py