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

    r2853 r3168  
    1 import re 
    2 import string 
    3 import unittest 
    41import transaction 
    52 
     
    1613    'quintagroup.pfg.captcha', 
    1714] 
    18 REQUIREMENTS = ['PloneFormGen',] + PACKAGES 
     15REQUIREMENTS = ['PloneFormGen', ] + PACKAGES 
    1916 
    2017ptc.setupPloneSite() 
     
    2421# !!! method of the layer class. 
    2522ztc.installProduct('PloneFormGen') 
     23 
    2624 
    2725class NotInstalled(PloneSite): 
     
    6058    def tearDown(cls): 
    6159        ptc_setup._placefulTearDown() 
    62          
     60 
    6361 
    6462class TestCase(ptc.PloneTestCase): 
Note: See TracChangeset for help on using the changeset viewer.