From 15e3f8a1afe32d14a7b1c8544280d86b95efd678 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Jul 2016 12:15:19 +0530 Subject: [PATCH] Rename extensions.py to build.py to match the command name --- setup/{extensions.py => build.py} | 0 setup/commands.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename setup/{extensions.py => build.py} (100%) diff --git a/setup/extensions.py b/setup/build.py similarity index 100% rename from setup/extensions.py rename to setup/build.py diff --git a/setup/commands.py b/setup/commands.py index 3e7dfedcf9..14cf7959fa 100644 --- a/setup/commands.py +++ b/setup/commands.py @@ -32,7 +32,7 @@ get_translations = GetTranslations() iso639 = ISO639() iso3166 = ISO3166() -from setup.extensions import Build +from setup.build import Build build = Build() from setup.mathjax import MathJax