summaryrefslogtreecommitdiff
path: root/fs/tempfs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-05 00:04:16 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-05 00:04:16 +0000
commitca0b820cab08b9a91a82f0ae8bcfae7932895d57 (patch)
treee6238eaa21181e62ec05b06e13722fe28302f3c4 /fs/tempfs.py
parentdcdeb3bd95e8c51b38c0ecb5db6f5fa3dc2e14cb (diff)
downloadpyfilesystem-git-ca0b820cab08b9a91a82f0ae8bcfae7932895d57.tar.gz
Added FS command line scripts
Diffstat (limited to 'fs/tempfs.py')
-rw-r--r--fs/tempfs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/tempfs.py b/fs/tempfs.py
index 87d8a30..e705cff 100644
--- a/fs/tempfs.py
+++ b/fs/tempfs.py
@@ -25,6 +25,8 @@ class TempFS(OSFS):
'unicode_paths' : os.path.supports_unicode_filenames,
'case_insensitive_paths' : os.path.normcase('Aa') == 'aa',
'network' : False,
+ 'atomic.move' : True,
+ 'atomic.copy' : True,
'atomic.makedir' : True,
'atomic.rename' : True,
'atomic.setcontents' : False