Skip to content

Commit 0c0e051

Browse files
committed
Updated toolchain.py docstring
1 parent 56122d7 commit 0c0e051

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pythonforandroid/toolchain.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22
"""
3-
Tool for compiling Android toolchain
4-
====================================
3+
Tool for packaging Python apps for Android
4+
==========================================
55
6-
This tool intend to replace all the previous tools/ in shell script.
6+
This module defines the entry point for command line and programmatic use.
77
"""
88

99
from __future__ import print_function
@@ -16,7 +16,6 @@
1616
import shutil
1717
import re
1818
import imp
19-
import logging
2019
import shlex
2120
from functools import wraps
2221

0 commit comments

Comments
 (0)