branch | stable |
changeset 7723 | badfd5524ab6 |
parent 7716 | c893150b2394 |
child 7780 | a1d5365fefc1 |
--- a/server/repository.py Mon Aug 01 17:58:28 2011 +0200 +++ b/server/repository.py Mon Aug 01 17:59:48 2011 +0200 @@ -505,12 +505,7 @@ This is a public method, not requiring a session id. """ - try: - # necessary to support pickling used by pyro - self.schema.__hashmode__ = 'pickle' - return self.schema - finally: - self.schema.__hashmode__ = None + return self.schema def get_cubes(self): """Return the list of cubes used by this instance.