Hatta Numbered Lists Branch
changeset 726:763a2836e4d3
Don't parse args in WSGI script
| author | Ben |
|---|---|
| date | Sat Dec 12 17:33:47 2009 +0100 (2009-12-12) |
| parents | 1f5ec8785d05 |
| children | 63417932610a |
| files | examples/hatta.wsgi |
line diff
1.1 --- a/examples/hatta.wsgi Wed Dec 23 22:40:10 2009 +0100 1.2 +++ b/examples/hatta.wsgi Sat Dec 12 17:33:47 2009 +0100 1.3 @@ -10,7 +10,6 @@ 1.4 pages_path='/path/to/pages/', # XXX Edit this! 1.5 cache_path='/path/to/cache/', # XXX Edit this! 1.6 ) 1.7 -config.parse_args() 1.8 config.parse_files() 1.9 config.sanitize() 1.10 wiki = hatta.Wiki(config)
