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 <mbasti@redhat.com>
This commit is contained in:
Martin Babinsky
2016-10-12 10:38:52 +02:00
committed by Martin Basti
parent 28c7644980
commit 29829cc55a
24 changed files with 0 additions and 27 deletions
-1
View File
@@ -77,4 +77,3 @@ def destroy_context():
if isinstance(value, Connection):
value.disconnect()
context.__dict__.clear()