switch to holding region files open

This commit is contained in:
David Vierra 2011-02-26 20:20:34 -10:00
parent e0ef5fbb75
commit 1bb6b6d7cf

View File

@ -2130,7 +2130,7 @@ def notclosing(f):
yield f;
class MCRegionFile(object):
holdFileOpen = False #if False, reopens and recloses the file on each access
holdFileOpen = True #if False, reopens and recloses the file on each access
@property