From: Vince Darley Date: Mon, 13 May 2002 18:07:32 +0000 (+0000) Subject: webdav X-Git-Tag: vfs-1-2~46 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=c9e54cac74be643864f63c7cea6fd043af5cf7f9;p=tclvfs webdav --- diff --git a/library/webdavvfs.tcl b/library/webdavvfs.tcl index 5de7171..303c8b1 100644 --- a/library/webdavvfs.tcl +++ b/library/webdavvfs.tcl @@ -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 {}