Changeset 3260 in products
- Timestamp:
- Aug 25, 2011 11:15:49 AM (14 years ago)
- Location:
- quintagroup.formlib.captcha/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.formlib.captcha/trunk/docs/HISTORY.txt
r2811 r3260 1 1 Changelog 2 2 ========= 3 4 1.4 (2011-08-25) 5 ---------------- 6 7 * widget import fixed 8 * pyflakes, pep8 clean up 3 9 4 10 1.3 (2010-09-14) -
quintagroup.formlib.captcha/trunk/setup.py
r3121 r3260 2 2 import os 3 3 4 version = '1. 3'4 version = '1.4' 5 5 6 6 setup(name='quintagroup.formlib.captcha', … … 30 30 'zope.app.form', 31 31 'zope.formlib', 32 # 'five.formlib',33 # 'zope.component',34 # 'zope.interface',35 # 'zope.schema',36 # 'zope.i18n',37 # 'Products.CMFCore',38 32 ], 39 33 entry_points="""
Note: See TracChangeset
for help on using the changeset viewer.