From 9da556e72ef2fe21d1a8891c8fb275e6c69e96d9 Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Mon, 7 Mar 2011 14:51:26 +0000 Subject: Added "thread_safe" meta value git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@643 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/osfs/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fs/osfs/__init__.py') diff --git a/fs/osfs/__init__.py b/fs/osfs/__init__.py index 68b41c4..e84b4b4 100644 --- a/fs/osfs/__init__.py +++ b/fs/osfs/__init__.py @@ -74,7 +74,8 @@ class OSFS(OSFSXAttrMixin, OSFSWatchMixin, FS): methods in the os and os.path modules. """ - _meta = { 'network' : False, + _meta = { 'thread_safe' : True, + 'network' : False, 'virtual' : False, 'read_only' : False, 'unicode_paths' : os.path.supports_unicode_filenames, -- cgit v1.2.1