mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +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
|
@ -22,7 +22,7 @@ from importlib import import_module
|
|||
|
||||
import pkg_resources
|
||||
|
||||
from . import storage
|
||||
from radicale import storage
|
||||
|
||||
NOT_FOUND = (
|
||||
client.NOT_FOUND, (("Content-Type", "text/plain"),),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue