Commit 0e41f496 authored by Jim Fulton's avatar Jim Fulton

The opened method should be exposed as a method.

parent b3734a6c
......@@ -93,7 +93,6 @@ class Blob(persistent.Persistent):
super(Blob, self)._p_invalidate()
@property
def opened(self):
return bool(self.readers or self.writers)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment