Skip to content

Commit 5cedc80

Browse files
author
gon
committed
libsodium-recipe-update to url
1 parent 3035545 commit 5cedc80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/recipes/libsodium/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
from pythonforandroid.recipe import Recipe
22
from pythonforandroid.util import current_directory
3-
from pythonforandroid.logger import shprint
3+
from pythonforandroid.logger import shprint, error
44
from multiprocessing import cpu_count
55
import sh
66

77
from urllib.request import urlopen
88
import json
9-
from pythonforandroid.logger import error
109
from os import environ
1110

1211
def get_libsodium_urls():

0 commit comments

Comments
 (0)