We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cd17a commit 6346bc1Copy full SHA for 6346bc1
pythonforandroid/recipe.py
@@ -15,6 +15,7 @@
15
from pythonforandroid.logger import (logger, info, warning, shprint, info_main)
16
from pythonforandroid.util import (urlretrieve, current_directory, ensure_dir)
17
18
+# this import is necessary to keep imp.load_source from complaining :)
19
import pythonforandroid.recipes
20
21
0 commit comments