fix python backend properties

This commit is contained in:
Josh 2012-03-13 10:34:16 -04:00
parent 24f7bfcbe3
commit ff33328861

View File

@ -1,8 +1,8 @@
{ {
"request.path": "clipperz.py", "request.path": "clipperz.py",
"should.pay.toll": "false" "should.pay.toll": "false",
"development.settings": { "development.settings": {
"url": "http://localhost/python/clipperz" "url": "http://localhost/python/clipperz"
} }
} }