summaryrefslogtreecommitdiff
path: root/test/test_wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_wsgi.py')
-rwxr-xr-xtest/test_wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_wsgi.py b/test/test_wsgi.py
index 16e6b43..95b97da 100755
--- a/test/test_wsgi.py
+++ b/test/test_wsgi.py
@@ -2,7 +2,7 @@
from __future__ import with_statement
import bottle
from tools import ServerTestBase, chdir
-from bottle import tob
+from bottle import tob, touni
class TestWsgi(ServerTestBase):
''' Tests for WSGI functionality, routing and output casting (decorators) '''