summaryrefslogtreecommitdiff
path: root/tests/urlparser_data/python
diff options
context:
space:
mode:
Diffstat (limited to 'tests/urlparser_data/python')
-rw-r--r--tests/urlparser_data/python/simpleapp.py2
-rw-r--r--tests/urlparser_data/python/sub/simpleapp.py2
2 files changed, 2 insertions, 2 deletions
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']
-
+