webdav
authorVince Darley <vincentdarley@sourceforge.net>
Mon, 13 May 2002 18:07:32 +0000 (18:07 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Mon, 13 May 2002 18:07:32 +0000 (18:07 +0000)
library/webdavvfs.tcl

index 5de7171be808728e303bc124ff0eba18e984a5e5..303c8b17de50dce70df59e486766bad156fdc03d 100644 (file)
@@ -5,7 +5,6 @@ package require http
 package require base64
 
 # This works for very basic operations (cd, open, file stat, but not 'glob').
-# It has been put together, so far, largely by trial and error!
 
 namespace eval vfs::webdav {}