comparison setup.py @ 6:c95f1dfed329

some work to get commenting + captchas working together
author k0s <k0scist@gmail.com>
date Tue, 02 Mar 2010 11:44:10 -0500
parents 451169e51935
children 825833a5c4a7
comparison
equal deleted inserted replaced
5:451169e51935 6:c95f1dfed329
29 ], 29 ],
30 entry_points=""" 30 entry_points="""
31 # -*- Entry points: -*- 31 # -*- Entry points: -*-
32 [paste.app_factory] 32 [paste.app_factory]
33 commentator = commentator.example:factory 33 commentator = commentator.example:factory
34 captcha_comments = commentator.example:captcha_factory
34 """, 35 """,
35 ) 36 )
36 37