comparison lockedfile/__init__.py @ 0:c8c2d98afc98

initial commit (stub)
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 18 Mar 2012 20:37:19 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c8c2d98afc98
1 class LockedFile(file):
2 """locked file implementation"""
3
4 def locked(self):
5 """is the file locked?"""
6 raise NotImplementedError