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

    r2841 r3152  
    1717 
    1818qPloneGoogleSitemapsMessageFactory = MessageFactory('qPloneGoogleSitemaps') 
     19 
    1920 
    2021def initialize(context): 
     
    4849    for atype, constructor in zip(content_types, constructors): 
    4950        ContentInit('%s: %s' % (config.PROJECTNAME, atype.portal_type), 
    50             content_types      = (atype,), 
    51             permission         = config.ADD_PERMISSIONS[atype.portal_type], 
    52             extra_constructors = (constructor,), 
    53             ).initialize(context) 
     51                    content_types=(atype,), 
     52                    permission=config.ADD_PERMISSIONS[atype.portal_type], 
     53                    extra_constructors=(constructor,), 
     54                   ).initialize(context) 
Note: See TracChangeset for help on using the changeset viewer.