Rename extensions.py to build.py to match the command name

This commit is contained in:
Kovid Goyal 2016-07-20 12:15:19 +05:30
parent efc4f7bb8d
commit 15e3f8a1af
2 changed files with 1 additions and 1 deletions

View File

@ -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