We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e7212 commit 44a0e99Copy full SHA for 44a0e99
pythonforandroid/archs.py
@@ -2,9 +2,9 @@
2
from os import environ, uname
3
import sys
4
from distutils.spawn import find_executable
5
-from recipebases import Recipe
6
7
from pythonforandroid.logger import warning
+from pythonforandroid.recipe import Recipe
8
9
10
class Arch(object):
pythonforandroid/bootstrap.py
@@ -9,7 +9,7 @@
debug)
from pythonforandroid.util import (current_directory, ensure_dir,
11
temp_directory, which)
12
-from pythonforandroid.recipebases import Recipe
13
14
15
class Bootstrap(object):
0 commit comments