Skip to content

Commit 6346bc1

Browse files
committed
add note to unused import
1 parent 60cd17a commit 6346bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from pythonforandroid.logger import (logger, info, warning, shprint, info_main)
1616
from pythonforandroid.util import (urlretrieve, current_directory, ensure_dir)
1717

18+
# this import is necessary to keep imp.load_source from complaining :)
1819
import pythonforandroid.recipes
1920

2021

0 commit comments

Comments
 (0)