dabo Commit
Revision 4521
Date: 2008-09-10 08:44:51 -0700 (Wed, 10 Sep 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4521

Changed:
U   trunk/dabo/db/dCursorMixin.py

Log:
Removed 2 unneeded returns from dCursorMixin.


Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2008-09-10 15:35:51 UTC (rev 4520)
+++ trunk/dabo/db/dCursorMixin.py       2008-09-10 15:44:51 UTC (rev 4521)
@@ -1810,7 +1810,6 @@
                        flds = self.BackendObject.getFields(tableName, 
self.AuxCursor)
                        self._fieldStructure[key] = flds
                        return flds
-               return 
 
 
        def getFieldInfoFromDescription(self):
@@ -1965,7 +1964,6 @@
                """ Set the where clause of the sql statement."""
                self.sqlManager._whereClause = 
self.sqlManager.BackendObject.setWhereClause(clause,
                                        autoQuote=self.AutoQuoteNames)
-               return
 
 
        def addWhere(self, exp, comp="and"):




_______________________________________________
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]

Reply via email to