Use relative imports

This commit is contained in:
Guillaume Ayoub
2012-08-09 17:31:36 +02:00
parent 9f446cb261
commit 98bbe61f67
13 changed files with 35 additions and 33 deletions

View File

@ -24,7 +24,7 @@ configuration.
"""
from radicale import config, ical
from .. import config, ical
def load():

View File

@ -28,7 +28,7 @@ import json
import time
from contextlib import contextmanager
from radicale import config, ical
from .. import config, ical
FOLDER = os.path.expanduser(config.get("storage", "filesystem_folder"))