Ignore:
Timestamp:
Apr 20, 2011 8:20:36 AM (13 years ago)
Author:
zidane
Message:

fixes pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/filters.py

    r3002 r3152  
    1616    def filterOut(self, fdata, fargs): 
    1717        """Filter-out fdata list by id in fargs.""" 
    18         return ifilter(lambda b,fa=fargs:(b.getId or b.id) != fargs, 
     18        return ifilter(lambda b, fa=fargs: (b.getId or b.id) != fargs, 
    1919                       fdata) 
    2020 
     
    4444            return fdata 
    4545 
    46         return ifilter(lambda b,tp=test_path: b.getPath() != tp, 
     46        return ifilter(lambda b, tp=test_path: b.getPath() != tp, 
    4747                       fdata) 
Note: See TracChangeset for help on using the changeset viewer.