From 540af1025406eefb3899467416e800e28a36b343 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 18 Mar 2014 10:58:41 +0000 Subject: [PATCH] renamed build package to toolchain --- ext/{build => toolchain}/README.txt | 0 ext/{build => toolchain}/__init__.py | 2 -- ext/{build/toolchain.py => toolchain/commands.py} | 0 ext/{build => toolchain}/ftputil.py | 0 ext/{build => toolchain}/generators.py | 0 5 files changed, 2 deletions(-) rename ext/{build => toolchain}/README.txt (100%) rename ext/{build => toolchain}/__init__.py (95%) rename ext/{build/toolchain.py => toolchain/commands.py} (100%) rename ext/{build => toolchain}/ftputil.py (100%) rename ext/{build => toolchain}/generators.py (100%) diff --git a/ext/build/README.txt b/ext/toolchain/README.txt similarity index 100% rename from ext/build/README.txt rename to ext/toolchain/README.txt diff --git a/ext/build/__init__.py b/ext/toolchain/__init__.py similarity index 95% rename from ext/build/__init__.py rename to ext/toolchain/__init__.py index 690cbcf1..3ae99e74 100644 --- a/ext/build/__init__.py +++ b/ext/toolchain/__init__.py @@ -13,5 +13,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -from build import generators diff --git a/ext/build/toolchain.py b/ext/toolchain/commands.py similarity index 100% rename from ext/build/toolchain.py rename to ext/toolchain/commands.py diff --git a/ext/build/ftputil.py b/ext/toolchain/ftputil.py similarity index 100% rename from ext/build/ftputil.py rename to ext/toolchain/ftputil.py diff --git a/ext/build/generators.py b/ext/toolchain/generators.py similarity index 100% rename from ext/build/generators.py rename to ext/toolchain/generators.py