[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/VFS - IWriteFileSystem.py:1.1.2.6
Shane Hathaway
shane@cvs.zope.org
Fri, 12 Apr 2002 14:57:27 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Server/VFS
In directory cvs.zope.org:/tmp/cvs-serv1381
Modified Files:
Tag: Zope3-Server-Branch
IWriteFileSystem.py
Log Message:
check_writable should not need the mode.
=== Zope3/lib/python/Zope/Server/VFS/IWriteFileSystem.py 1.1.2.5 => 1.1.2.6 ===
"""
- def check_writable(path, mode):
+ def check_writable(path):
"""Ensures a path is writable. Throws an IOError if not."""