mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Make subpackage a module
This commit is contained in:
parent
335c7062fd
commit
b722e5aec5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue