mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 02:43:46 +02:00
Rename extensions.py to build.py to match the command name
This commit is contained in:
parent
efc4f7bb8d
commit
15e3f8a1af
2 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
iso639 = ISO639()
|
||||
iso3166 = ISO3166()
|
||||
|
||||
from setup.extensions import Build
|
||||
from setup.build import Build
|
||||
build = Build()
|
||||
|
||||
from setup.mathjax import MathJax
|
||||
|
|
|
|||
Loading…
Reference in a new issue