Commit e30b316a authored by Jeremy Hylton's avatar Jeremy Hylton

int -> bool

parent d50c1bdc
......@@ -26,7 +26,7 @@ class ReadOnlyStorage:
def _make_readonly(self):
self._storage.close()
self.open(read_only=1)
self.open(read_only=True)
self.assert_(self._storage.isReadOnly())
def checkReadMethods(self):
......
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