add input validation, prepare i18n

This commit is contained in:
Jan Dittberner 2009-01-20 20:50:17 +01:00
parent e9493b6fb0
commit 0c5816154b
2 changed files with 47 additions and 13 deletions

View file

@ -33,6 +33,7 @@ array of URLs.""",
# -*- Extra requirements: -*-
'Paste',
'PasteDeploy',
'simplejson'
'simplejson',
'formencode'
],
)