Added Python (Thanks to Beholder) - it fails to build properly using my build system,
so there's a precompiled binary included, with a hack in Android.mk to make it work on NDK r4b
This commit is contained in:
7
project/jni/python/src/Tools/webchecker/wcmac.py
Normal file
7
project/jni/python/src/Tools/webchecker/wcmac.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import webchecker, sys
|
||||
webchecker.DEFROOT = "http://www.python.org/python/"
|
||||
webchecker.MAXPAGE = 50000
|
||||
webchecker.verbose = 2
|
||||
sys.argv.append('-x')
|
||||
webchecker.main()
|
||||
raw_input("\nCR to exit: ")
|
||||
Reference in New Issue
Block a user