X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=python%2Fcumulus%2Fstore%2F__init__.py;h=7150a1fae5afa7af03e4aa8b13385b68761f32f4;hb=bc9a44dc73b892e39cfa7693c90fec50d37e9b95;hp=6c8c8eec0a884b9a4b151b5b59209aeddad71c5e;hpb=ac2119cf623ab1c2ea2a4e46005c2eee94a85ec0;p=cumulus.git diff --git a/python/cumulus/store/__init__.py b/python/cumulus/store/__init__.py index 6c8c8ee..7150a1f 100644 --- a/python/cumulus/store/__init__.py +++ b/python/cumulus/store/__init__.py @@ -61,11 +61,11 @@ class Store (object): pass def close(self): - """Tier down the connection explicitly if needed + """Tear down the connection explicitly if needed - Currently needed for sftp to be able to end the program.""" + Currently needed for sftp to be able to end the program.""" - pass + pass def __del__(self): self.close()