use absolute imports everywhere
This commit is contained in:
parent
e8c1e7006c
commit
70936562d0
22 changed files with 44 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue