summaryrefslogtreecommitdiff
path: root/test/test_environ.py
diff options
context:
space:
mode:
authorfatiherikli <fatiherikli@gmail.com>2013-04-21 10:54:29 +0300
committerfatiherikli <fatiherikli@gmail.com>2013-04-21 10:54:29 +0300
commitddce3a8914bc7abd52cbe67be771385eddbe8924 (patch)
treefae8c1431e7fb267ada6c422b92b57da0975c02e /test/test_environ.py
parent59e2d55413445709d39b3c6473918ca61a8ab33f (diff)
downloadbottle-ddce3a8914bc7abd52cbe67be771385eddbe8924.tar.gz
Removed unused imports
Diffstat (limited to 'test/test_environ.py')
-rwxr-xr-xtest/test_environ.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_environ.py b/test/test_environ.py
index f5e1a69..4153e17 100755
--- a/test/test_environ.py
+++ b/test/test_environ.py
@@ -2,12 +2,11 @@
''' Tests for the BaseRequest and BaseResponse objects and their subclasses. '''
import unittest
-import sys, os.path
+import sys
import bottle
-from bottle import request, response, tob, touni, tonat, json_dumps, _e, HTTPError
+from bottle import request, tob, touni, tonat, json_dumps, _e, HTTPError
import tools
import wsgiref.util
-import threading
import base64
from bottle import BaseRequest, BaseResponse, LocalRequest