Commit 5dcd9b1a authored by Jeremy Hylton's avatar Jeremy Hylton

Restore missing "

parent 4b1fa215
......@@ -13,7 +13,7 @@
##############################################################################
"""Transaction management
$Id: Transaction.py,v 1.44 2002/12/02 22:22:38 jeremy Exp $
$Id: Transaction.py,v 1.45 2002/12/02 22:42:05 jeremy Exp $
"""
import time, sys, struct, POSException
......@@ -175,7 +175,7 @@ class Transaction:
self.description=strip(join(info[1:],'\t'))
def commit(self, subtransaction=None):
""Finalize the transaction."""
"""Finalize the transaction."""
objects = self._objects
subjars = []
......
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