mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Uses absoulte imports as recommended in PEP-8
This commit is contained in:
parent
db2e7f9568
commit
50d3d01ea3
6 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ import posixpath
|
|||
import re
|
||||
from importlib import import_module
|
||||
|
||||
from . import storage
|
||||
from radicale import storage
|
||||
|
||||
INTERNAL_TYPES = ("None", "none", "authenticated", "owner_write", "owner_only",
|
||||
"from_file")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue