Ignore:
Timestamp:
Apr 20, 2011 8:15:52 AM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/util.py

    r1319 r3151  
    1717} 
    1818 
     19 
    1920def getDropDownMenuSettings(context): 
    2021    """Return dropdown menu settings""" 
     
    2223    return DropDownMenuRecordsProxy(context, registry, IDropDownMenuSettings, 
    2324                                    omitted=()) 
     25 
    2426 
    2527class DropDownMenuRecordsProxy(RecordsProxy): 
     
    3032        # override initialization to pass context for further purposes; 
    3133        # yes, I know, this is badly to depend on context in utilities, 
    32         # but I haven't come up with some better way to proxy plone.registry yet 
    33         # skip __setattr__ 
     34        # but I haven't come up with some better way to proxy 
     35        # plone.registry yet skip __setattr__ 
    3436        self.__dict__['__context__'] = context 
    3537        super(DropDownMenuRecordsProxy, self).__init__(registry, schema, 
Note: See TracChangeset for help on using the changeset viewer.