From b8e41d5c8b5b2706e627f7ee508bbeb66e4ca5c2 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 8 May 2013 11:18:30 -0700 Subject: [PATCH] remove uneeded python imports --- tests/python_tests/extra_map_props_test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/python_tests/extra_map_props_test.py b/tests/python_tests/extra_map_props_test.py index 06ffb97c9..fd5f2606e 100644 --- a/tests/python_tests/extra_map_props_test.py +++ b/tests/python_tests/extra_map_props_test.py @@ -3,11 +3,7 @@ from nose.tools import * from utilities import execution_path -from Queue import Queue -import threading - import os, mapnik -import sqlite3 def setup(): # All of the paths used are relative, if we run the tests