Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Jul 1, 2011
1 parent 923fc0b commit 7f1728d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ophot/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __enter__(self):
['photo3', '2', '1'])
self.conn.commit()

# TODO why not just put this at the end of enter?
def __exit__(self, exception_type, exception_value, traceback):
"""Unlinks the temporary files and closes the database connection."""
self.conn.close()
Expand Down

0 comments on commit 7f1728d

Please sign in to comment.