From 6f65607d15dd94f28d4115bf6a569cf9c4fb80d0 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 1 Mar 2014 21:50:52 +0100 Subject: [PATCH] Fix a flaky import --- vdirsyncer/tests/storage/dav/test_caldav.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/tests/storage/dav/test_caldav.py b/vdirsyncer/tests/storage/dav/test_caldav.py index decf49a..27c2998 100644 --- a/vdirsyncer/tests/storage/dav/test_caldav.py +++ b/vdirsyncer/tests/storage/dav/test_caldav.py @@ -16,7 +16,7 @@ __version__ = '0.1.0' from unittest import TestCase -from vdirsyncer.storage.caldav import CaldavStorage +from vdirsyncer.storage.dav.caldav import CaldavStorage from . import DavStorageTests