Skip to content

Commit 21f0734

Browse files
committed
Moved recipebases.py to recipe.py
1 parent b929995 commit 21f0734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

pythonforandroid/toolchain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535

3636
from pythonforandroid.archs import ArchARM, ArchARMv7_a, Archx86, Archx86_64
37-
from pythonforandroid.recipebases import (Recipe, NDKRecipe, IncludedFilesBehaviour,
38-
PythonRecipe, CythonRecipe,
39-
CompiledComponentsPythonRecipe)
37+
from pythonforandroid.recipe import (Recipe, NDKRecipe, IncludedFilesBehaviour,
38+
PythonRecipe, CythonRecipe,
39+
CompiledComponentsPythonRecipe)
4040
from pythonforandroid.logger import (logger, info, debug, warning, error,
4141
Out_Style, Out_Fore, Err_Style, Err_Fore,
4242
info_notify, info_main, shprint)

0 commit comments

Comments
 (0)