From 296b5d52ad4c3257e7ca77f266575ecdddfff2f9 Mon Sep 17 00:00:00 2001 From: Mathew Odden Date: Wed, 23 Apr 2014 00:15:39 -0500 Subject: [PATCH] Move bash8 module into bash8 package The import dropped a single file into the root, so we need to move that into our new bash8 package. We can add an entry point to this later and refactor the old module into other parts as it makes sense in the future. --- bash8.py => bash8/bash8.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bash8.py => bash8/bash8.py (100%) diff --git a/bash8.py b/bash8/bash8.py similarity index 100% rename from bash8.py rename to bash8/bash8.py