From e36c72a3e6b877837382a3e1e85417117383bdbc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 3 Dec 2009 16:21:24 +0200 Subject: Wrote a class to represent filesystem entry metadata. Only covers stat(2) results for now. MetadataObjects can set metadata via a 'metadata' keyword argument to initializer, or the set_from_metadata method. Wrote a class to represent a non-directory file. Virtual filesystems now have a chown method. It is untested, since testing it properly would require running as root, and I don't feel like mocking this for LocalFS. Not implemented in SftpFS. --- without-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'without-tests') diff --git a/without-tests b/without-tests index ae81b9cb..3a17f75f 100644 --- a/without-tests +++ b/without-tests @@ -4,6 +4,7 @@ ./obnamlib/status.py ./obnamlib/vfs.py ./obnamlib/vfs_sftp.py +./obnamlib/objs.py ./obnamlib/plugins/foo_plugin.py ./obnamlib/plugins/terminal_status_plugin.py ./test-plugins/hello_plugin.py -- cgit v1.2.1