Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/client/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/client/routes.py')
-rwxr-xr-xtests/units/client/routes.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/units/client/routes.py b/tests/units/client/routes.py
index af2b74c..7514c96 100755
--- a/tests/units/client/routes.py
+++ b/tests/units/client/routes.py
@@ -397,10 +397,6 @@ class RoutesTest(tests.Test):
assert exists('client/implementation/%s/%s' % (guid[:2], guid))
-
-
-
-
def call(routes, request):
router = Router(routes)
return router.call(request, Response())