ogcserver: remove unused import

This commit is contained in:
Dane Springmeyer 2009-03-03 17:04:58 +00:00
parent 8f56b0d5dc
commit 44aa40a610

View File

@ -20,7 +20,7 @@
# $Id$
from exceptions import OGCException, ServerConfigurationError
from mapnik import Map, Color, Envelope, render, Image, Layer, Style, Projection as MapnikProjection, render_to_file, Coord
from mapnik import Map, Color, Envelope, render, Image, Layer, Style, Projection as MapnikProjection, Coord
from PIL.Image import new
from PIL.ImageDraw import Draw
from StringIO import StringIO