From: Bob Halley Date: Sat, 1 Dec 2018 15:49:30 +0000 (-0800) Subject: fix coding lines broken by copyright update X-Git-Tag: v1.16.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40011c3a3bf8bbe0a24e4a8e4931e311b487ae0;p=thirdparty%2Fdnspython.git fix coding lines broken by copyright update --- diff --git a/tests/test_edns.py b/tests/test_edns.py index c39065ce..0b4dad44 100644 --- a/tests/test_edns.py +++ b/tests/test_edns.py @@ -1,6 +1,6 @@ +# -*- coding: utf-8 # Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license -# -*- coding: utf-8 # Copyright (C) 2003-2007, 2009-2011 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its diff --git a/tests/test_name.py b/tests/test_name.py index d5d929c9..62a94973 100644 --- a/tests/test_name.py +++ b/tests/test_name.py @@ -1,6 +1,6 @@ +# -*- coding: utf-8 # Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license -# -*- coding: utf-8 # Copyright (C) 2003-2017 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its @@ -27,7 +27,7 @@ import dns.name import dns.reversename import dns.e164 -# pylint: disable=line-too-long,unsupported-assignment-operation,invalid-encoded-data +# pylint: disable=line-too-long,unsupported-assignment-operation class NameTestCase(unittest.TestCase):