From 0b71acabe631948ae2fa9c8ae07065e63e57d6fa Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 3 Oct 2011 00:34:01 +0200 Subject: [PATCH] Add an empty line (it's a source of stress for me, I'm sorry) --- radicale/acl/PAM.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radicale/acl/PAM.py b/radicale/acl/PAM.py index d7d021b..3399a3c 100644 --- a/radicale/acl/PAM.py +++ b/radicale/acl/PAM.py @@ -26,6 +26,7 @@ Authentication based on the ``pam-python`` module. import grp import pam import pwd + from radicale import acl, config, log