1 Star 0 Fork 0

grf123/python-future

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
futurize.py 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ed Schofield 提交于 2016-06-24 22:26 . Update copyright dates to 2016
#!/usr/bin/env python
"""
futurize.py
===========
This script is only used by the unit tests. Another script called
"futurize" is created automatically (without the .py extension) by
setuptools.
futurize.py attempts to turn Py2 code into valid, clean Py3 code that is
also compatible with Py2 when using the ``future`` package.
Licensing
---------
Copyright 2013-2016 Python Charmers Pty Ltd, Australia.
The software is distributed under an MIT licence. See LICENSE.txt.
"""
import sys
from libfuturize.main import main
sys.exit(main())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/guorongfeng/python-future.git
git@gitee.com:guorongfeng/python-future.git
guorongfeng
python-future
python-future
master

搜索帮助