Ignore:
Timestamp:
Apr 18, 2011 11:16:39 AM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/__init__.py

    r1978 r3128  
    77from quintagroup.captcha.core import CaptchaTool 
    88 
    9 ProductMessageFactory = MessageFactory('quintagroup.captcha.core') 
    10 ModuleSecurityInfo('quintagroup.captcha.core').declarePublic("ProductMessageFactory") 
     9product = 'quintagroup.captcha.core' 
     10ProductMessageFactory = MessageFactory(product) 
     11ModuleSecurityInfo(product).declarePublic("ProductMessageFactory") 
    1112 
    1213allow_module('quintagroup.captcha.core.utils') 
    1314allow_module('quintagroup.captcha.core.config') 
     15 
    1416 
    1517def initialize(context): 
Note: See TracChangeset for help on using the changeset viewer.