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,8 +14,7 @@ from shapely.geometry import box
from c3nav.mapdata.cache import MapHistory
from c3nav.mapdata.middleware import no_language
from c3nav.mapdata.models import Level, MapUpdate, Source
from c3nav.mapdata.render.image import (ImageRenderer, get_render_level_ids, get_tile_access_cookie,
set_tile_access_cookie)
from c3nav.mapdata.render import ImageRenderer, get_render_level_ids, get_tile_access_cookie, set_tile_access_cookie
@no_language()