文件操作 - __init__.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/debian_bundle/__init__.py
编辑文件内容
""" Deprecated interface to `debian.debian_bundle` """ import os import warnings warnings.warn("please use 'debian' instead of 'debian_bundle'", DeprecationWarning, stacklevel=2) # Support "from debian_bundle import foo" parent_dir = os.path.dirname(__path__[0]) __path__.append(os.path.join(parent_dir, "debian"))
修改文件时间
将文件时间修改为当前时间的前一年
删除文件