mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +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
|
@ -51,7 +51,7 @@ from xml.etree import ElementTree as ET
|
|||
|
||||
import vobject
|
||||
|
||||
from . import auth, rights, storage, web, xmlutils
|
||||
from radicale import auth, rights, storage, web, xmlutils
|
||||
|
||||
|
||||
VERSION = pkg_resources.get_distribution('radicale').version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue