use absolute imports everywhere
This commit is contained in:
parent
e8c1e7006c
commit
70936562d0
22 changed files with 44 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
from ...packageio import MapdataWriter
|
||||
from c3nav.mapdata.packageio import MapdataWriter
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.db import transaction
|
||||
|
||||
from ...packageio import MapdataReader
|
||||
from c3nav.mapdata.packageio import MapdataReader
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue