remove uneeded python imports

This commit is contained in:
Dane Springmeyer 2013-05-08 11:18:30 -07:00
parent 39f21c16b9
commit b8e41d5c8b

View file

@ -3,11 +3,7 @@
from nose.tools import * from nose.tools import *
from utilities import execution_path from utilities import execution_path
from Queue import Queue
import threading
import os, mapnik import os, mapnik
import sqlite3
def setup(): def setup():
# All of the paths used are relative, if we run the tests # All of the paths used are relative, if we run the tests