Skip to content

Commit 23b98b6

Browse files
author
Pol Canelles
committed
Fixes wrong import for recipe: M2CryptoRecipe
1 parent 7910400 commit 23b98b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/recipes/m2crypto/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from pythonforandroid.toolchain import CompiledComponentsPythonRecipe, current_directory
1+
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
2+
from pythonforandroid.toolchain import current_directory
23
from pythonforandroid.logger import shprint, info
34
import glob
45
import sh

0 commit comments

Comments
 (0)