[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/VFS - UnixFileSystem.py:1.1.2.3

Stephan Richter srichter@cbu.edu
Wed, 3 Apr 2002 00:28:39 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/VFS
In directory cvs.zope.org:/tmp/cvs-serv10910/VFS

Modified Files:
      Tag: Zope3-Server-Branch
	UnixFileSystem.py 
Log Message:
Got a couple of simple FTP commands working.

Wee, I have no clue how to write tests for this; this seems to be 
non-trivial. I guess I need to have a close look at the HTTP Server 
tests. 


=== Zope3/lib/python/Zope/Server/VFS/UnixFileSystem.py 1.1.2.2 => 1.1.2.3 ===
 from OSFileSystem import OSFileSystem
 
+
 class UnixFileSystem(OSFileSystem):
     """Generic Unix File System."""
 
-    __implements__ = OFFileSystem.__implements__
+    __implements__ = OSFileSystem.__implements__
 
 
     
@@ -30,7 +31,7 @@
     """This File System always wants to be called with a specific user in mind.
     """
 
-    __implements__ = OFFileSystem.__implements__
+    __implements__ = OSFileSystem.__implements__
 
 
     # Get process information