From f593ab0fbd1de0899c6f20702699d24bbcef7ed3 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 3 Aug 2012 13:55:52 +0200 Subject: [PATCH] Set the maximuml line length to 79 instead of 80 --- .pylintrc | 2 +- radicale/acl/courier.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 5faf833..3b459a4 100644 --- a/.pylintrc +++ b/.pylintrc @@ -89,7 +89,7 @@ generated-members= [FORMAT] # Maximum number of characters on a single line. -max-line-length=80 +max-line-length=79 # Maximum number of lines in a module max-module-lines=1000 diff --git a/radicale/acl/courier.py b/radicale/acl/courier.py index 1b1926f..7ffc074 100644 --- a/radicale/acl/courier.py +++ b/radicale/acl/courier.py @@ -58,6 +58,6 @@ def has_right(owner, user, password): return True # default is reject - # this alleviates the problem of a possibly empty reply from courier authlib + # this alleviates the problem of a possibly empty reply from authlib # see http://www.courier-mta.org/authlib/README_authlib.html#authpipeproto return False