Spade
Mini Shell
| Directory:~$ /lib/python2.7/site-packages/certbot/compat/ |
| [Home] [System Details] [Kill Me] |
�
���_c@@s3dZddlmZddlTddlZddlZejeZ ej
jd�dks�xBee�D]1Z
ee e
�sjee e
eee
��qjqjWnddlmZeejed<[ [[d �Zd
�Zd�Zd�Zd
�Zd�Zd�Zd�Zd�Zd�Zd�ZdS(s�
This compat modules is a wrapper of the core os module that forbids usage
of specific operations
(e.g. chown, chmod, getuid) that would be harmful to the Windows file
security model of Certbot.
This module is intended to replace standard os module throughout certbot
projects (except acme).
This module has the same API as the os module in the Python standard
library
except for the functions defined below.
i(tabsolute_import(t*NtCERTBOT_DOCSt1(t_paths.pathcO@std��dS(sMethod
os.chmod() is forbiddensPUsage of os.chmod() is forbidden. Use
certbot.compat.filesystem.chmod()
instead.N(tRuntimeError(tunused_argst
unused_kwargs((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytchmod;scO@std��dS(sMethod
os.chmod() is forbiddensPUsage of os.umask() is forbidden. Use
certbot.compat.filesystem.umask()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytumaskEscO@std��dS(sMethod
os.chown() is forbiddensgUsage of os.chown() is forbidden.Use
certbot.compat.filesystem.copy_ownership_and_apply_mode()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytchownNscO@std��dS(sMethod
os.open() is forbiddensNUsage of os.open() is forbidden. Use
certbot.compat.filesystem.open()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytopenYscO@std��dS(sMethod
os.mkdir() is forbiddensPUsage of os.mkdir() is forbidden. Use
certbot.compat.filesystem.mkdir()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytmkdirascO@std��dS(s!Method
os.makedirs() is forbiddensVUsage of os.makedirs() is forbidden. Use
certbot.compat.filesystem.makedirs()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytmakedirslscO@std��dS(sMethod
os.rename() is forbiddensSUsage of os.rename() is forbidden. Use
certbot.compat.filesystem.replace()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytrenametscO@std��dS(s
Method os.replace() is forbiddensTUsage of os.replace() is forbidden. Use
certbot.compat.filesystem.replace()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytreplace|scO@std��dS(sMethod
os.access() is forbiddens�Usage of os.access() is forbidden. Use
certbot.compat.filesystem.check_mode() or
certbot.compat.filesystem.is_executable()
instead.N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytaccess�scO@std��dS(sMethod
os.stat() is forbiddensUsage of os.stat() is forbidden. Use
certbot.compat.filesystem functions instead (eg. has_min_permissions,
has_same_ownership).N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytstat�scO@std��dS(sMethod
os.stat() is forbiddens�Usage of os.fstat() is forbidden. Use
certbot.compat.filesystem functions instead (eg. has_min_permissions,
has_same_ownership).N(R(RR((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pytfstat�s(t__doc__t
__future__Rtoststd_ostsyststd_systmodulest__name__t ourselvestenvirontgettdirt attributethasattrtsetattrtgetattrtcertbot.compatRtpathRR R
RRR
RRRRR(((s5/usr/lib/python2.7/site-packages/certbot/compat/os.pyt<module> s.
#