comparison buildout.cfg @ 25:04b93e15bb71

Rework command line administration tool. Use 'argparse' module for command line parsing. Therefore add argparse to installed eggs. Remove code duplication from admin.py and web interface support classes.
author Daniele Nicolodi <daniele@grinta.net>
date Mon, 27 Jun 2011 16:16:07 +0200
parents 2b7f9772585a
children 9e6494e126b3
comparison
equal deleted inserted replaced
24:e02c16da590d 25:04b93e15bb71
6 recipe = zc.recipe.egg 6 recipe = zc.recipe.egg
7 eggs = 7 eggs =
8 Flask 8 Flask
9 WTForms 9 WTForms
10 ordereddict 10 ordereddict
11 argparse
11 ltpdarepo 12 ltpdarepo
12 zope.testbrowser [wsgi] 13 zope.testbrowser [wsgi]
13 interpreter = python 14 interpreter = python
14 15
15 [wsgi] 16 [wsgi]