don't import anything in render.__init__
This commit is contained in:
parent
94ae86d690
commit
87d1e3e7f5
4 changed files with 5 additions and 6 deletions
|
@ -7,8 +7,8 @@ from django.utils.translation import ugettext_lazy as _
|
|||
from django.utils.translation import ungettext_lazy
|
||||
|
||||
from c3nav.mapdata.models import AccessRestriction, Level, Source
|
||||
from c3nav.mapdata.render import MapRenderer
|
||||
from c3nav.mapdata.render.engines import get_engine, get_engine_filetypes
|
||||
from c3nav.mapdata.render.renderer import MapRenderer
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue