c3nav.mapdata.cache → c3nav.mapdata.utils.cache

This commit is contained in:
Laura Klünder 2017-11-20 00:39:01 +01:00
parent 14330de29e
commit 116590b88f
10 changed files with 9 additions and 9 deletions

View file

@ -5,10 +5,10 @@ from django.utils.functional import cached_property
from shapely import prepared
from shapely.geometry import box
from c3nav.mapdata.cache import MapHistory
from c3nav.mapdata.models import Level, MapUpdate
from c3nav.mapdata.render.data import LevelRenderData, hybrid_union
from c3nav.mapdata.render.engines.base import FillAttribs, StrokeAttribs
from c3nav.mapdata.utils.cache import MapHistory
class MapRenderer: