diff options
Diffstat (limited to 'tests/urlparser_data/python/sub')
| -rw-r--r-- | tests/urlparser_data/python/sub/simpleapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/urlparser_data/python/sub/simpleapp.py b/tests/urlparser_data/python/sub/simpleapp.py index fd90966..ac83a56 100644 --- a/tests/urlparser_data/python/sub/simpleapp.py +++ b/tests/urlparser_data/python/sub/simpleapp.py @@ -3,4 +3,4 @@ def application(environ, start_response): ('test-header', 'TEST!')]) return ['subsimple'] - + |
