Commit 855a2f8c authored by Steve Alexander's avatar Steve Alexander

Removed some inappropriate whitespace.

parent 7dd9ce57
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Database connection support """Database connection support
$Id: Connection.py,v 1.118 2004/02/19 02:59:06 jeremy Exp $""" $Id: Connection.py,v 1.119 2004/02/23 08:23:46 stevea Exp $"""
import logging import logging
import sys import sys
...@@ -355,7 +355,6 @@ class Connection(ExportImport, object): ...@@ -355,7 +355,6 @@ class Connection(ExportImport, object):
finally: finally:
del self._added_during_commit del self._added_during_commit
def commit_sub(self, t): def commit_sub(self, t):
"""Commit all work done in all subtransactions for this transaction""" """Commit all work done in all subtransactions for this transaction"""
tmp=self._tmp tmp=self._tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment