rename StuffedArea to Area with boolean field „stuffed“

This commit is contained in:
Laura Klünder 2017-05-10 15:15:55 +02:00
parent af30d9532b
commit 47d2616469
4 changed files with 50 additions and 5 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 StuffedArea, Stair, Obstacle, LineObstacle # noqa
from c3nav.mapdata.models.geometry.space import Area, Stair, Obstacle, LineObstacle # noqa
from .locations import AreaLocation, LocationGroup # noqa