fix imports

This commit is contained in:
Laura Klünder 2017-11-05 12:32:07 +01:00
parent 36146ac954
commit f928fd8b6e
4 changed files with 6 additions and 7 deletions

View file

@ -14,7 +14,7 @@ from shapely.geometry import LineString, Polygon
from shapely.ops import unary_union
# import gobject-inspect, cairo and rsvg if the native rsvg SVG_RENDERER should be used
from c3nav.mapdata.render.image.engines.base import FillAttribs, RenderEngine, StrokeAttribs
from c3nav.mapdata.render.engines.base import FillAttribs, RenderEngine, StrokeAttribs
if settings.SVG_RENDERER == 'rsvg':
import pgi