Transactional File System

  Integrates with the zodb transaction system
  in attempt to present a simple file system
  interface that is transactional.

  usage outside of zope requires copying
  zope's lib/python/Shared/DC/ZRDB/TM.py file
  and editing the import line for it in 
  TransactionalFileSystem.py 

  to run the unit tests the TxnFs directory
  should be on your python path, as well
  as the ZODB, and TM.py.
    

  License: 
	
	"GPL":http://www.fsf.org
  
  Author: 
	
	kapil thangavelu <kvthan@wm.edu>
