Skip to content

Commit 44a0e99

Browse files
committed
Changed Recipe import location
1 parent 37e7212 commit 44a0e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/archs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from os import environ, uname
33
import sys
44
from distutils.spawn import find_executable
5-
from recipebases import Recipe
65

76
from pythonforandroid.logger import warning
7+
from pythonforandroid.recipe import Recipe
88

99

1010
class Arch(object):

pythonforandroid/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
debug)
1010
from pythonforandroid.util import (current_directory, ensure_dir,
1111
temp_directory, which)
12-
from pythonforandroid.recipebases import Recipe
12+
from pythonforandroid.recipe import Recipe
1313

1414

1515
class Bootstrap(object):

0 commit comments

Comments
 (0)