8000 Removed unnecessary method (was already commented out) · ttarfall/python-for-android@902f2ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 902f2ba

Browse files
committed
Removed unnecessary method (was already commented out)
1 parent 343c27f commit 902f2ba

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pythonforandroid/bootstrap.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,6 @@ def fry_eggs(self, sitepackages):
277277
shprint(sh.mv, '-t', sitepackages, *files)
278278
shprint(sh.rm, '-rf', d)
279279

280-
# def apk(self, build_mode, env):
281-
# try:
282-
# ant = sh.Command('ant')
283-
# except sh.CommandNotFound:
284-
# error('Could not find ant binary, please install it and make '
285-
# 'sure it is in your $PATH.')
286-
# exit(1)
287-
# return shprint(ant, build_mode, _tail=20, _critical=True, _env=env)
288-
289280

290281
def expand_dependencies(recipes):
291282
recipe_lists = [[]]

0 commit comments

Comments
 (0)
0