diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-04-21 15:26:47 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-04-21 15:26:47 +0200 |
| commit | 04ecd5542849191457ccfc3e42a39452db47825a (patch) | |
| tree | b0a470e46326b709d090a900847bbb004d355607 /tests/urlparser_data | |
| parent | 4c177fce89fee925f0f4fbfde00ce2e1252562c0 (diff) | |
| download | paste-04ecd5542849191457ccfc3e42a39452db47825a.tar.gz | |
Strip trailing spaces
Diffstat (limited to 'tests/urlparser_data')
| -rw-r--r-- | tests/urlparser_data/hook/app.py | 2 | ||||
| -rw-r--r-- | tests/urlparser_data/python/simpleapp.py | 2 | ||||
| -rw-r--r-- | tests/urlparser_data/python/sub/simpleapp.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/urlparser_data/hook/app.py b/tests/urlparser_data/hook/app.py index d2714e5..a96866c 100644 --- a/tests/urlparser_data/hook/app.py +++ b/tests/urlparser_data/hook/app.py @@ -2,4 +2,4 @@ def application(environ, start_response): start_response('200 OK', [('Content-type', 'text/html')]) return ['user: %s' % environ['app.user']] - + diff --git a/tests/urlparser_data/python/simpleapp.py b/tests/urlparser_data/python/simpleapp.py index cbef9f1..e13bb3e 100644 --- a/tests/urlparser_data/python/simpleapp.py +++ b/tests/urlparser_data/python/simpleapp.py @@ -3,4 +3,4 @@ def application(environ, start_response): ('test-header', 'TEST!')]) return ['test1'] - + 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'] - + |
