Changeset 3127

Show
Ignore:
Timestamp:
05/11/07 17:06:17 (2 years ago)
Author:
ed
Message:

Odd - I merged Paul's changes with mine during a normal svn update, but it somehow missed this line. This commit fixes that.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/biz/dBizobj.py

    r3126 r3127  
    552552         
    553553         
    554     def scan(self, func, reverse=False, *args, **kwargs): 
     554    def scan(self, func, *args, **kwargs): 
    555555        """Iterate over all records and apply the passed function to each. 
    556556