use absolute imports everywhere

This commit is contained in:
Laura Klünder 2016-09-27 16:18:18 +02:00
parent e8c1e7006c
commit 70936562d0
22 changed files with 44 additions and 46 deletions

View file

@ -6,10 +6,9 @@ from django.utils.translation import ugettext_lazy as _
from django.utils.translation import get_language
from shapely.geometry import mapping, shape
from c3nav.mapdata.fields import GeometryField, JSONField
from c3nav.mapdata.utils import sort_geojson
from ..fields import GeometryField, JSONField
class FeatureType(namedtuple('FeatureType', ('name', 'title', 'title_plural', 'geomtype', 'color'))):
# noinspection PyUnusedLocal