From b722e5aec5ef9409764344775d00afedc2c0ab56 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 2 Mar 2017 21:56:40 +0100 Subject: [PATCH] Make subpackage a module --- vdirsyncer/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/utils.py b/vdirsyncer/utils.py index 4aa983f..db5b986 100644 --- a/vdirsyncer/utils.py +++ b/vdirsyncer/utils.py @@ -7,7 +7,7 @@ import uuid from inspect import getfullargspec -from .. import exceptions +from . import exceptions # This is only a subset of the chars allowed per the spec. In particular `@` is