Ignore:
Timestamp:
Aug 22, 2012 12:40:59 PM (12 years ago)
Author:
kroman0
Message:

Pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/tests/test_controlpanel.py

    r3153 r3514  
    2121        # Check if dropdownmenu is in the control panel 
    2222        self.controlpanel = getToolByName(self.portal, "portal_controlpanel") 
    23         self.failUnless('dropdownmenu' in [a.getAction(self)['id'] 
    24                             for a in self.controlpanel.listActions()]) 
     23        self.failUnless('dropdownmenu' in [ 
     24            a.getAction(self)['id'] 
     25            for a in self.controlpanel.listActions()]) 
    2526 
    2627    def test_show_icons(self): 
Note: See TracChangeset for help on using the changeset viewer.