文件操作 - using.txt
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/python-setuptools-0.9.8/docs/using.txt
编辑文件内容
================================ Using Setuptools in your project ================================ To use Setuptools in your project, the recommended way is to ship `ez_setup.py` alongside your `setup.py` script and call it at the very begining of `setup.py` like this:: from ez_setup import use_setuptools use_setuptools()
修改文件时间
将文件时间修改为当前时间的前一年
删除文件