Skip to content

Commit 964cb84

Browse files
committed
Ops, this change shouldn't have med it.
git-svn-id: http://svn.colorstudy.com/trunk/SQLObject@154 95a46c32-92d2-0310-94a5-8d71aeb3d4b3
1 parent c315a23 commit 964cb84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sqlobject/dbconnection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,7 @@ def begin(self):
553553
self._obsolete = False
554554
self._connection = self._dbConnection.getConnection()
555555

556-
def __xdel__(self):
557-
# XXX Was getting excessive recursion here
556+
def __del__(self):
558557
if self._obsolete:
559558
return
560559
self.rollback()

0 commit comments

Comments
 (0)