From 29829cc55a6be697abf881ea7867ef834bb66be7 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Tue, 11 Oct 2016 17:10:50 +0200 Subject: remove trailing newlines form python modules pylint-1.6.4-1.fc26.noarch reports these, hence they should be fixed in order to build FreeIPA with this version https://fedorahosted.org/freeipa/ticket/6391 Reviewed-By: Martin Basti --- ipapython/log_manager.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipapython') diff --git a/ipapython/log_manager.py b/ipapython/log_manager.py index 0ab7a2281..e24fed660 100644 --- a/ipapython/log_manager.py +++ b/ipapython/log_manager.py @@ -1556,5 +1556,3 @@ class LogManager(object): setattr(who, method, getattr(logger, method)) return logger - - -- cgit