view setup.cfg @ 368:e9a6783f5502

fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators Small fix for hg model and injecting dbrepo into cached repos
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 14:54:41 +0200
parents 564e40829f80
children 7c978511c951
line wrap: on
line source

[egg_info]
tag_build = dev
tag_svn_revision = true

[easy_install]
find_links = http://www.pylonshq.com/download/

[nosetests]
with-pylons = development.ini

# Babel configuration
[compile_catalog]
domain = pylons_app
directory = pylons_app/i18n
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = pylons_app/i18n/pylons_app.pot
width = 80

[init_catalog]
domain = pylons_app
input_file = pylons_app/i18n/pylons_app.pot
output_dir = pylons_app/i18n

[update_catalog]
domain = pylons_app
input_file = pylons_app/i18n/pylons_app.pot
output_dir = pylons_app/i18n
previous = true