remove uneeded python imports
This commit is contained in:
parent
39f21c16b9
commit
b8e41d5c8b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue