Skip to content

Commit d0a696e

Browse files
committed
add some imports to toolchain.py
Provides backwards compatibility for recipes.
1 parent 935bd4d commit d0a696e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/toolchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
CompiledComponentsPythonRecipe,
2929
NDKRecipe)
3030
from pythonforandroid.archs import (ArchARM, ArchARMv7_a, Archx86)
31-
from pythonforandroid.logger import (logger, info, warning,
31+
from pythonforandroid.logger import (logger, info, warning, debug,
3232
Out_Style, Out_Fore, Err_Style, Err_Fore,
3333
info_notify, info_main, shprint,
3434
Null_Fore, Null_Style)
35-
from pythonforandroid.util import current_directory
35+
from pythonforandroid.util import current_directory, ensure_dir
3636
from pythonforandroid.bootstrap import Bootstrap
3737
from pythonforandroid.distribution import Distribution, pretty_log_dists
3838
from pythonforandroid.graph import get_recipe_order_and_bootstrap

0 commit comments

Comments
 (0)