Changeset 3661 in products


Ignore:
Timestamp:
Apr 22, 2013 10:10:23 AM (11 years ago)
Author:
kroman0
Message:

pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/viewlets.py

    r3628 r3661  
    8383    def update(self): 
    8484        # we may need some previously defined variables 
    85         #super(GlobalSectionsViewlet, self).update() 
     85        # super(GlobalSectionsViewlet, self).update() 
    8686 
    8787        # prepare to gather portal tabs 
     
    146146        active = active and self.context_url == self.site_url 
    147147        active = listtabs[current_item]['url'] != self.site_url or active 
    148         if  current_item > -1 and current_item < len(listtabs) and active: 
     148        if current_item > -1 and current_item < len(listtabs) and active: 
    149149            self.mark_active(listtabs[current_item]['id'], 
    150150                             listtabs[current_item]['url']) 
Note: See TracChangeset for help on using the changeset viewer.