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/interfaces.py

    r3491 r3514  
    1111    [SimpleTerm(value=u'anonymous', title=_(u'Cache only for anonymous')), 
    1212     SimpleTerm(value=u'all', title=_(u'Cache for all users')), ] 
    13     ) 
     13) 
    1414 
    1515 
     
    8989        description=_(u"Caching of the menu viewlet improves page rendering " 
    9090                      u"speed."), 
    91         default=True 
    92         ) 
     91        default=True) 
    9392 
    9493    caching_strategy = schema.Choice( 
     
    9796                      u"built."), 
    9897        default="anonymous", 
    99         vocabulary=cachings 
    100         ) 
     98        vocabulary=cachings) 
    10199 
    102100    mobile_menu = schema.Bool( 
    103101        title=_(u"Display menu as select for small screens"), 
    104102        description=_(u"Use select tag to display menu for small screens"), 
    105         default=False, 
    106         ) 
     103        default=False) 
Note: See TracChangeset for help on using the changeset viewer.