move holes from sections to spaces

This commit is contained in:
Laura Klünder 2017-06-08 15:19:12 +02:00
parent 129be97a59
commit 98501dbf3a
9 changed files with 99 additions and 21 deletions

View file

@ -1,5 +1,5 @@
from .section import Section # noqa
from .source import Source # noqa
from c3nav.mapdata.models.geometry.section import Building, Space, Hole, Door # noqa
from c3nav.mapdata.models.geometry.space import Area, Stair, Obstacle, LineObstacle # noqa
from c3nav.mapdata.models.geometry.section import Building, Space, Door # noqa
from c3nav.mapdata.models.geometry.space import Area, Stair, Obstacle, LineObstacle, Hole # noqa
from .locations import Location, LocationSlug, LocationGroup # noqa