Ignore:
Timestamp:
Apr 20, 2011 10:44:02 AM (13 years ago)
Author:
vmaksymiv
Message:

pep8fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/branches/plone4/quintagroup/plonecaptchas/__init__.py

    r3157 r3160  
    33from AccessControl import ModuleSecurityInfo 
    44 
    5 ProductMessageFactory = MessageFactory('quintagroup.plonecaptchas') 
    6 ModuleSecurityInfo('quintagroup.plonecaptchas').declarePublic("ProductMessageFactory") 
     5product = 'quintagroup.plonecaptchas' 
     6ProductMessageFactory = MessageFactory(product) 
     7ModuleSecurityInfo(product).declarePublic("ProductMessageFactory") 
    78 
    89#from quintagroup.plonecaptchas import config 
    910#allow_module('quintagroup.plonecaptchas.config') 
    1011 
     12 
    1113def initialize(context): 
    1214    pass 
Note: See TracChangeset for help on using the changeset viewer.