1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Use relative imports

This commit is contained in:
Guillaume Ayoub 2012-08-09 17:31:36 +02:00
parent 9f446cb261
commit 98bbe61f67
13 changed files with 35 additions and 33 deletions

View file

@ -27,7 +27,7 @@ import grp
import pam
import pwd
from radicale import config, log
from .. import config, log
GROUP_MEMBERSHIP = config.get("auth", "pam_group_membership")