Tests: Use absolute imports

This commit is contained in:
Unrud
2020-01-15 18:44:00 +01:00
parent 428e4be0b8
commit ed72e697de
7 changed files with 13 additions and 21 deletions

View File

@@ -35,8 +35,7 @@ from urllib.error import HTTPError, URLError
import pytest
from radicale import config, server
from .helpers import configuration_to_dict, get_file_path
from radicale.tests.helpers import configuration_to_dict, get_file_path
try:
import gunicorn