dabo Commit
Revision 6363
Date: 2011-02-01 14:17:13 -0800 (Tue, 01 Feb 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6363
Changed:
U trunk/dabo/db/dCursorMixin.py
Log:
Remove redundant variable reference.
Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py 2011-02-01 18:14:46 UTC (rev 6362)
+++ trunk/dabo/db/dCursorMixin.py 2011-02-01 22:17:13 UTC (rev 6363)
@@ -1506,7 +1506,6 @@
"""Erase the memento for the passed row, or current row if none
passed."""
if row is None:
row = self.RowNumber
- rec = self._records[row]
try:
pk = self.getPK(row)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]