Ignore:
Timestamp:
Oct 23, 2012 1:03:49 PM (11 years ago)
Author:
vmaksymiv
Message:

PPP fix, typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/tests.py

    r3571 r3572  
    1818from Products.PloneTestCase import PloneTestCase as ptc 
    1919 
    20 from quintagroup.captcha.core.utils import decrypt, getWord, parseKey, ConversionError 
     20from quintagroup.captcha.core.utils import decrypt, getWord 
     21from quintagroup.captcha.core.utils import parseKey, ConversionError 
    2122from quintagroup.captcha.core.tests.base import testPatch 
    2223from quintagroup.captcha.core.tests.testWidget import addTestLayer 
Note: See TracChangeset for help on using the changeset viewer.