This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This program can help you download binary just after build finished. | |
If you try it,you will love it. | |
""" | |
#!/usr/bin/env python | |
# coding:utf-8 | |
__version__ = '1.0' | |
__date__ = '2013-03-28' | |
__author__ = "[email protected]" |
NewerOlder