[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/VFS - TestFilesystemAccess.py:1.1.2.2

Shane Hathaway shane@cvs.zope.org
Fri, 12 Apr 2002 11:10:15 -0400


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

Modified Files:
      Tag: Zope3-Server-Branch
	TestFilesystemAccess.py 
Log Message:
Removed two methods that I believe were added accidentally


=== Zope3/lib/python/Zope/Server/VFS/TestFilesystemAccess.py 1.1.2.1 => 1.1.2.2 ===
         return self.fs
 
-
-    def hasUser(self, username):
-        return self.passwords.has_key(username)
-
-
-    def getPassword(self, username):
-        return self.passwords.get(username, None)