mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03: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
|
@ -28,7 +28,7 @@ import os
|
|||
from collections import OrderedDict
|
||||
from configparser import RawConfigParser as ConfigParser
|
||||
|
||||
from . import auth, rights, storage, web
|
||||
from radicale import auth, rights, storage, web
|
||||
|
||||
|
||||
def positive_int(value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue