This commit is contained in:
Mike Bayer
2005-09-17 07:11:51 +00:00
parent 3de35606c6
commit 440caee41b
-2
View File
@@ -239,8 +239,6 @@ class UnitOfWork(object):
if self.parent:
uow.set(self.parent)
class UOWTransaction(object):
def __init__(self, uow):
self.uow = uow