From 13ecb42e60a0791c4e1221eb5ee569fda91c9bc2 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 11 Jun 2014 18:45:17 +0200 Subject: [PATCH] Fix import --- vdirsyncer/storage/base.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vdirsyncer/storage/base.py b/vdirsyncer/storage/base.py index 1aafdf7..653a4d4 100644 --- a/vdirsyncer/storage/base.py +++ b/vdirsyncer/storage/base.py @@ -9,10 +9,7 @@ from .. import exceptions -from .. import utils - - -Item = utils.vobject.Item +from vdirsyncer.utils.vobject import Item # noqa class Storage(object):