We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56122d7 commit 0c0e051Copy full SHA for 0c0e051
1 file changed
pythonforandroid/toolchain.py
@@ -1,9 +1,9 @@
1
#!/usr/bin/env python
2
"""
3
-Tool for compiling Android toolchain
4
-====================================
+Tool for packaging Python apps for Android
+==========================================
5
6
-This tool intend to replace all the previous tools/ in shell script.
+This module defines the entry point for command line and programmatic use.
7
8
9
from __future__ import print_function
@@ -16,7 +16,6 @@
16
import shutil
17
import re
18
import imp
19
-import logging
20
import shlex
21
from functools import wraps
22
0 commit comments