X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/ab5c2b55d76de2efd2a72eaca09c16fc27655169..d14fe290caac1683b57e122d3a0af1064052a425:/pithos/backends/modular.py diff --git a/pithos/backends/modular.py b/pithos/backends/modular.py index aae0067..62ecdf6 100644 --- a/pithos/backends/modular.py +++ b/pithos/backends/modular.py @@ -136,6 +136,9 @@ class ModularBackend(BaseBackend): for x in ['ROOTNODE', 'SERIAL', 'HASH', 'SIZE', 'MTIME', 'MUSER', 'CLUSTER']: setattr(self, x, getattr(self.mod.node, x)) + def close(self): + self.wrapper.close() + @backend_method def list_accounts(self, user, marker=None, limit=10000): """Return a list of accounts the user can access."""