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/tests/base.py

    r3154 r3160  
    1515CAPTCHA_KEY = 'captcha_key' 
    1616CAPTCHAS_COUNT = 165 
    17 LAYERS = ['captchas_discussion', 'captchas_sendto_form', "captchas_contact_info"] 
     17LAYERS = ['captchas_discussion', 'captchas_sendto_form', 
     18          'captchas_contact_info'] 
    1819 
    1920TOOL_ICON = 'skins/plone_captchas/tool.gif' 
     
    2627 
    2728ptc.setupPloneSite() 
     29 
    2830 
    2931class NotInstalled(PloneSite): 
     
    7173    layer = Installed 
    7274 
     75 
    7376class TestCaseNotInstalled(ptc.PloneTestCase): 
    7477    layer = NotInstalled 
     
    7881    layer = Installed 
    7982 
     83 
    8084class FunctionalTestCaseNotInstalled(ptc.FunctionalTestCase): 
    8185    layer = NotInstalled 
Note: See TracChangeset for help on using the changeset viewer.