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

@ -1,4 +1,4 @@
from .base import Hoster
from c3nav.editor.hosters.base import Hoster
class GitlabHoster(Hoster):