Ignore:
Timestamp:
Apr 21, 2011 1:43:09 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8, pyflakes fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/config.py

    r2852 r3168  
    55ADD_PERMISSION = cmfcore_permissions.AddPortalContent 
    66 
    7 try:  
    8     # Plone 4 and higher  
    9     import plone.app.upgrade  
    10     PLONE_VERSION = 4  
    11 except ImportError:  
     7try: 
     8    # Plone 4 and higher 
     9    import plone.app.upgrade 
     10    PLONE_VERSION = 4 
     11    # for pyflakes test 
     12    plone 
     13except ImportError: 
    1214    PLONE_VERSION = 3 
    13  
Note: See TracChangeset for help on using the changeset viewer.