]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix coding lines broken by copyright update
authorBob Halley <halley@dnspython.org>
Sat, 1 Dec 2018 15:49:30 +0000 (07:49 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 1 Dec 2018 15:49:30 +0000 (07:49 -0800)
tests/test_edns.py
tests/test_name.py

index c39065cef6e17be9ed216e7958a015c40f8263e6..0b4dad44a91f3793a5691b81078310c257720a8f 100644 (file)
@@ -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
index d5d929c95dd910a9b73ad4a72aa5b3d5a03165db..62a94973931b754bde710742637665486e25c96d 100644 (file)
@@ -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):