projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2119c
)
Formatting/spelling fix.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Tue, 30 Mar 2010 22:03:56 +0000
(15:03 -0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Tue, 30 Mar 2010 22:03:56 +0000
(15:03 -0700)
python/cumulus/store/__init__.py
patch
|
blob
|
history
diff --git
a/python/cumulus/store/__init__.py
b/python/cumulus/store/__init__.py
index
6c8c8ee
..
7150a1f
100644
(file)
--- a/
python/cumulus/store/__init__.py
+++ b/
python/cumulus/store/__init__.py
@@
-61,11
+61,11
@@
class Store (object):
pass
def close(self):
-
"""Tie
r down the connection explicitly if needed
+
"""Tea
r 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()