diff --git a/doc/examples/filter_xml_output.py b/doc/examples/filter_xml_output.py index 53fd23ca..2a7ed6a8 100644 --- a/doc/examples/filter_xml_output.py +++ b/doc/examples/filter_xml_output.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/doc/web/hooks/__hooks__.py b/doc/web/hooks/__hooks__.py index 3eb7b06c..a6831329 100644 --- a/doc/web/hooks/__hooks__.py +++ b/doc/web/hooks/__hooks__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Hook routines for the wok static site generator. # Note that mediacompress is a local module. import os diff --git a/linkcheck/__init__.py b/linkcheck/__init__.py index 81bf253a..91cfbebd 100644 --- a/linkcheck/__init__.py +++ b/linkcheck/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/ansicolor.py b/linkcheck/ansicolor.py index 558070f4..2658948a 100644 --- a/linkcheck/ansicolor.py +++ b/linkcheck/ansicolor.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/better_exchook2.py b/linkcheck/better_exchook2.py index 508a6b76..fb5bfb17 100644 --- a/linkcheck/better_exchook2.py +++ b/linkcheck/better_exchook2.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # # Copyright (c) 2012, Albert Zeyer, www.az2000.de # All rights reserved. diff --git a/linkcheck/bookmarks/__init__.py b/linkcheck/bookmarks/__init__.py index a5bad89a..ba7273c9 100644 --- a/linkcheck/bookmarks/__init__.py +++ b/linkcheck/bookmarks/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/bookmarks/chrome.py b/linkcheck/bookmarks/chrome.py index 353a1f1c..0782747b 100644 --- a/linkcheck/bookmarks/chrome.py +++ b/linkcheck/bookmarks/chrome.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/bookmarks/chromium.py b/linkcheck/bookmarks/chromium.py index ddc42c36..e1b31db4 100644 --- a/linkcheck/bookmarks/chromium.py +++ b/linkcheck/bookmarks/chromium.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/bookmarks/firefox.py b/linkcheck/bookmarks/firefox.py index e027e81c..ebe754ac 100644 --- a/linkcheck/bookmarks/firefox.py +++ b/linkcheck/bookmarks/firefox.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/bookmarks/opera.py b/linkcheck/bookmarks/opera.py index c146fe76..89fe0b11 100644 --- a/linkcheck/bookmarks/opera.py +++ b/linkcheck/bookmarks/opera.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/bookmarks/safari.py b/linkcheck/bookmarks/safari.py index 932ae28c..7e2c05c0 100644 --- a/linkcheck/bookmarks/safari.py +++ b/linkcheck/bookmarks/safari.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/cache/__init__.py b/linkcheck/cache/__init__.py index 29e47758..0ff8019b 100644 --- a/linkcheck/cache/__init__.py +++ b/linkcheck/cache/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/cache/results.py b/linkcheck/cache/results.py index eb9bac75..051e302f 100644 --- a/linkcheck/cache/results.py +++ b/linkcheck/cache/results.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/cache/robots_txt.py b/linkcheck/cache/robots_txt.py index a5c7ab70..18c30075 100644 --- a/linkcheck/cache/robots_txt.py +++ b/linkcheck/cache/robots_txt.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/cache/urlqueue.py b/linkcheck/cache/urlqueue.py index a71c615b..f8300ad7 100644 --- a/linkcheck/cache/urlqueue.py +++ b/linkcheck/cache/urlqueue.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/__init__.py b/linkcheck/checker/__init__.py index c98549f4..347ac0a3 100644 --- a/linkcheck/checker/__init__.py +++ b/linkcheck/checker/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/const.py b/linkcheck/checker/const.py index 504ba9ce..d853fd2c 100644 --- a/linkcheck/checker/const.py +++ b/linkcheck/checker/const.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/dnsurl.py b/linkcheck/checker/dnsurl.py index 5ee64aa9..379d5707 100644 --- a/linkcheck/checker/dnsurl.py +++ b/linkcheck/checker/dnsurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/fileurl.py b/linkcheck/checker/fileurl.py index 4702693e..a7a0b989 100644 --- a/linkcheck/checker/fileurl.py +++ b/linkcheck/checker/fileurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/ftpurl.py b/linkcheck/checker/ftpurl.py index f41c2b07..923bb852 100644 --- a/linkcheck/checker/ftpurl.py +++ b/linkcheck/checker/ftpurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/httpurl.py b/linkcheck/checker/httpurl.py index 2752e3a8..eaf2b9da 100644 --- a/linkcheck/checker/httpurl.py +++ b/linkcheck/checker/httpurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/ignoreurl.py b/linkcheck/checker/ignoreurl.py index edfad766..a7812e6c 100644 --- a/linkcheck/checker/ignoreurl.py +++ b/linkcheck/checker/ignoreurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/internpaturl.py b/linkcheck/checker/internpaturl.py index b056db44..cbbfd6ad 100644 --- a/linkcheck/checker/internpaturl.py +++ b/linkcheck/checker/internpaturl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/itmsservicesurl.py b/linkcheck/checker/itmsservicesurl.py index db760817..d1309e51 100644 --- a/linkcheck/checker/itmsservicesurl.py +++ b/linkcheck/checker/itmsservicesurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/mailtourl.py b/linkcheck/checker/mailtourl.py index 14503f9f..68301d0d 100644 --- a/linkcheck/checker/mailtourl.py +++ b/linkcheck/checker/mailtourl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/nntpurl.py b/linkcheck/checker/nntpurl.py index f1d64dcd..215b6a29 100644 --- a/linkcheck/checker/nntpurl.py +++ b/linkcheck/checker/nntpurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/proxysupport.py b/linkcheck/checker/proxysupport.py index 19f81456..6e04b533 100644 --- a/linkcheck/checker/proxysupport.py +++ b/linkcheck/checker/proxysupport.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/telneturl.py b/linkcheck/checker/telneturl.py index e22048e2..bf4d5441 100644 --- a/linkcheck/checker/telneturl.py +++ b/linkcheck/checker/telneturl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/unknownurl.py b/linkcheck/checker/unknownurl.py index 5460db24..76456b04 100644 --- a/linkcheck/checker/unknownurl.py +++ b/linkcheck/checker/unknownurl.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2001-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/checker/urlbase.py b/linkcheck/checker/urlbase.py index cc591e7d..dddeccca 100644 --- a/linkcheck/checker/urlbase.py +++ b/linkcheck/checker/urlbase.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/cmdline.py b/linkcheck/cmdline.py index bcf0e3d2..f8758ffe 100644 --- a/linkcheck/cmdline.py +++ b/linkcheck/cmdline.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/configuration/__init__.py b/linkcheck/configuration/__init__.py index c2951c04..e2c55381 100644 --- a/linkcheck/configuration/__init__.py +++ b/linkcheck/configuration/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/configuration/confparse.py b/linkcheck/configuration/confparse.py index 6bd75694..dce3bcbc 100644 --- a/linkcheck/configuration/confparse.py +++ b/linkcheck/configuration/confparse.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/containers.py b/linkcheck/containers.py index e17d0290..54b6e62e 100644 --- a/linkcheck/containers.py +++ b/linkcheck/containers.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/cookies.py b/linkcheck/cookies.py index e3725bd6..43834e58 100644 --- a/linkcheck/cookies.py +++ b/linkcheck/cookies.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/decorators.py b/linkcheck/decorators.py index 4fa7a8f4..90d502bd 100644 --- a/linkcheck/decorators.py +++ b/linkcheck/decorators.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/__init__.py b/linkcheck/director/__init__.py index afdbfe12..2926147a 100644 --- a/linkcheck/director/__init__.py +++ b/linkcheck/director/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/aggregator.py b/linkcheck/director/aggregator.py index de4008c0..8c90c681 100644 --- a/linkcheck/director/aggregator.py +++ b/linkcheck/director/aggregator.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/checker.py b/linkcheck/director/checker.py index 1f694103..98ad9928 100644 --- a/linkcheck/director/checker.py +++ b/linkcheck/director/checker.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/console.py b/linkcheck/director/console.py index 61bb6890..2b15462c 100644 --- a/linkcheck/director/console.py +++ b/linkcheck/director/console.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/interrupt.py b/linkcheck/director/interrupt.py index a26f6170..a011ae21 100644 --- a/linkcheck/director/interrupt.py +++ b/linkcheck/director/interrupt.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/logger.py b/linkcheck/director/logger.py index 19861f0d..569421e7 100644 --- a/linkcheck/director/logger.py +++ b/linkcheck/director/logger.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/status.py b/linkcheck/director/status.py index 322cb526..f27aa297 100644 --- a/linkcheck/director/status.py +++ b/linkcheck/director/status.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/director/task.py b/linkcheck/director/task.py index 52120cd4..20a1d9a5 100644 --- a/linkcheck/director/task.py +++ b/linkcheck/director/task.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/dummy.py b/linkcheck/dummy.py index 73ac2a7c..3667104b 100644 --- a/linkcheck/dummy.py +++ b/linkcheck/dummy.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/fileutil.py b/linkcheck/fileutil.py index 666a2c6a..50c0fa41 100644 --- a/linkcheck/fileutil.py +++ b/linkcheck/fileutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/ftpparse.py b/linkcheck/ftpparse.py index fc2449fa..64502144 100644 --- a/linkcheck/ftpparse.py +++ b/linkcheck/ftpparse.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2009-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/htmlutil/__init__.py b/linkcheck/htmlutil/__init__.py index 23f2260b..99c21f66 100644 --- a/linkcheck/htmlutil/__init__.py +++ b/linkcheck/htmlutil/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2008-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/htmlutil/linkparse.py b/linkcheck/htmlutil/linkparse.py index 17709fc2..ab14362b 100644 --- a/linkcheck/htmlutil/linkparse.py +++ b/linkcheck/htmlutil/linkparse.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2001-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/htmlutil/loginformsearch.py b/linkcheck/htmlutil/loginformsearch.py index 500db662..fdddb585 100644 --- a/linkcheck/htmlutil/loginformsearch.py +++ b/linkcheck/htmlutil/loginformsearch.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/httputil.py b/linkcheck/httputil.py index 5a6db9a6..debc8556 100644 --- a/linkcheck/httputil.py +++ b/linkcheck/httputil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/i18n.py b/linkcheck/i18n.py index 283c1593..4f96ba27 100644 --- a/linkcheck/i18n.py +++ b/linkcheck/i18n.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/lc_cgi.py b/linkcheck/lc_cgi.py index e3b12478..a7d1f2b9 100644 --- a/linkcheck/lc_cgi.py +++ b/linkcheck/lc_cgi.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/loader.py b/linkcheck/loader.py index bde49e16..7943c488 100644 --- a/linkcheck/loader.py +++ b/linkcheck/loader.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012-2014 Bastian Kleineidam """ Functions to load plugin modules. diff --git a/linkcheck/lock.py b/linkcheck/lock.py index 52921a9f..342e3359 100644 --- a/linkcheck/lock.py +++ b/linkcheck/lock.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/log.py b/linkcheck/log.py index 2dc7d541..4b6cfd2d 100644 --- a/linkcheck/log.py +++ b/linkcheck/log.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2003-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logconf.py b/linkcheck/logconf.py index bf2d0ba8..718429cc 100644 --- a/linkcheck/logconf.py +++ b/linkcheck/logconf.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/__init__.py b/linkcheck/logger/__init__.py index 91ee0499..934c40ad 100644 --- a/linkcheck/logger/__init__.py +++ b/linkcheck/logger/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/blacklist.py b/linkcheck/logger/blacklist.py index 4b213fac..9ec70c3b 100644 --- a/linkcheck/logger/blacklist.py +++ b/linkcheck/logger/blacklist.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/csvlog.py b/linkcheck/logger/csvlog.py index 57dddd71..ad9dd345 100644 --- a/linkcheck/logger/csvlog.py +++ b/linkcheck/logger/csvlog.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/customxml.py b/linkcheck/logger/customxml.py index 8352445e..1e929aca 100644 --- a/linkcheck/logger/customxml.py +++ b/linkcheck/logger/customxml.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/dot.py b/linkcheck/logger/dot.py index 77784611..9bd264d9 100644 --- a/linkcheck/logger/dot.py +++ b/linkcheck/logger/dot.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/gml.py b/linkcheck/logger/gml.py index 1b5c9e46..f3fdab76 100644 --- a/linkcheck/logger/gml.py +++ b/linkcheck/logger/gml.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/graph.py b/linkcheck/logger/graph.py index adf416e4..b20105ec 100644 --- a/linkcheck/logger/graph.py +++ b/linkcheck/logger/graph.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/gxml.py b/linkcheck/logger/gxml.py index d141ba2e..ace92adb 100644 --- a/linkcheck/logger/gxml.py +++ b/linkcheck/logger/gxml.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/html.py b/linkcheck/logger/html.py index b31b9a72..818c76c1 100644 --- a/linkcheck/logger/html.py +++ b/linkcheck/logger/html.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/none.py b/linkcheck/logger/none.py index c4771b9e..e2b6cbf0 100644 --- a/linkcheck/logger/none.py +++ b/linkcheck/logger/none.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/sitemapxml.py b/linkcheck/logger/sitemapxml.py index b708bec0..56106fd9 100644 --- a/linkcheck/logger/sitemapxml.py +++ b/linkcheck/logger/sitemapxml.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/sql.py b/linkcheck/logger/sql.py index 37b8e3c0..1348105a 100644 --- a/linkcheck/logger/sql.py +++ b/linkcheck/logger/sql.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/text.py b/linkcheck/logger/text.py index 53571277..3dd0b57f 100644 --- a/linkcheck/logger/text.py +++ b/linkcheck/logger/text.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/logger/xmllog.py b/linkcheck/logger/xmllog.py index 51eaf794..df84ab04 100644 --- a/linkcheck/logger/xmllog.py +++ b/linkcheck/logger/xmllog.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/mem.py b/linkcheck/mem.py index a9a1fef0..1c404d21 100644 --- a/linkcheck/mem.py +++ b/linkcheck/mem.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright: Jean Brouwers # License: # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/linkcheck/memoryutil.py b/linkcheck/memoryutil.py index 5dab9656..a72565fd 100644 --- a/linkcheck/memoryutil.py +++ b/linkcheck/memoryutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/mimeutil.py b/linkcheck/mimeutil.py index 672f760a..f6b18088 100644 --- a/linkcheck/mimeutil.py +++ b/linkcheck/mimeutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/network/iputil.py b/linkcheck/network/iputil.py index ef7b6e02..8e34d77e 100644 --- a/linkcheck/network/iputil.py +++ b/linkcheck/network/iputil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2003-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/parser/__init__.py b/linkcheck/parser/__init__.py index e928177b..b0b008bf 100644 --- a/linkcheck/parser/__init__.py +++ b/linkcheck/parser/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/parser/sitemap.py b/linkcheck/parser/sitemap.py index 3e7539b0..68ebe3c3 100644 --- a/linkcheck/parser/sitemap.py +++ b/linkcheck/parser/sitemap.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/__init__.py b/linkcheck/plugins/__init__.py index abb671b3..b59364f4 100644 --- a/linkcheck/plugins/__init__.py +++ b/linkcheck/plugins/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/anchorcheck.py b/linkcheck/plugins/anchorcheck.py index 5fff4441..340e0c1d 100644 --- a/linkcheck/plugins/anchorcheck.py +++ b/linkcheck/plugins/anchorcheck.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/httpheaderinfo.py b/linkcheck/plugins/httpheaderinfo.py index 0955d2d1..840961ec 100644 --- a/linkcheck/plugins/httpheaderinfo.py +++ b/linkcheck/plugins/httpheaderinfo.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/locationinfo.py b/linkcheck/plugins/locationinfo.py index cf093ef6..ecebc92e 100644 --- a/linkcheck/plugins/locationinfo.py +++ b/linkcheck/plugins/locationinfo.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/markdowncheck.py b/linkcheck/plugins/markdowncheck.py index 116f21b2..0e0a99ff 100644 --- a/linkcheck/plugins/markdowncheck.py +++ b/linkcheck/plugins/markdowncheck.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Copyright © 2014 Vadym Khokhlov # diff --git a/linkcheck/plugins/parsepdf.py b/linkcheck/plugins/parsepdf.py index b456e736..0884d29a 100755 --- a/linkcheck/plugins/parsepdf.py +++ b/linkcheck/plugins/parsepdf.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/parseword.py b/linkcheck/plugins/parseword.py index b48bafc9..f3003804 100755 --- a/linkcheck/plugins/parseword.py +++ b/linkcheck/plugins/parseword.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/regexcheck.py b/linkcheck/plugins/regexcheck.py index ba9b5153..1381295d 100644 --- a/linkcheck/plugins/regexcheck.py +++ b/linkcheck/plugins/regexcheck.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/sslcertcheck.py b/linkcheck/plugins/sslcertcheck.py index b56b6c3c..5af82f45 100644 --- a/linkcheck/plugins/sslcertcheck.py +++ b/linkcheck/plugins/sslcertcheck.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/syntaxchecks.py b/linkcheck/plugins/syntaxchecks.py index 64c9e5ea..b6f7d8ad 100644 --- a/linkcheck/plugins/syntaxchecks.py +++ b/linkcheck/plugins/syntaxchecks.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/plugins/viruscheck.py b/linkcheck/plugins/viruscheck.py index aa452708..41c50067 100644 --- a/linkcheck/plugins/viruscheck.py +++ b/linkcheck/plugins/viruscheck.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/robotparser2.py b/linkcheck/robotparser2.py index 965b093d..5932b0f9 100644 --- a/linkcheck/robotparser2.py +++ b/linkcheck/robotparser2.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/socketutil.py b/linkcheck/socketutil.py index e82d4823..e10cfc84 100644 --- a/linkcheck/socketutil.py +++ b/linkcheck/socketutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2008-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/strformat.py b/linkcheck/strformat.py index 7f38c6dc..3f935b55 100644 --- a/linkcheck/strformat.py +++ b/linkcheck/strformat.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/threader.py b/linkcheck/threader.py index 767e157e..2704bc40 100644 --- a/linkcheck/threader.py +++ b/linkcheck/threader.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/trace.py b/linkcheck/trace.py index 483e3a7a..2f7d8e92 100644 --- a/linkcheck/trace.py +++ b/linkcheck/trace.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/updater.py b/linkcheck/updater.py index d5a35ac7..b622fd6a 100644 --- a/linkcheck/updater.py +++ b/linkcheck/updater.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/url.py b/linkcheck/url.py index 9740e9f5..12bc1db9 100644 --- a/linkcheck/url.py +++ b/linkcheck/url.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkcheck/winutil.py b/linkcheck/winutil.py index 7ab640f3..6d13d4c9 100644 --- a/linkcheck/winutil.py +++ b/linkcheck/winutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/linkchecker b/linkchecker index f8e0a02b..fbe2485d 100755 --- a/linkchecker +++ b/linkchecker @@ -1,5 +1,4 @@ #!/usr/bin/python -Ru -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/analyze_memdump.py b/scripts/analyze_memdump.py index 0fdd878d..18d70036 100755 --- a/scripts/analyze_memdump.py +++ b/scripts/analyze_memdump.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/setup.py b/setup.py index cc41b57d..7871f41f 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/__init__.py b/tests/__init__.py index 227c2837..ca7a3c03 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/cache/test_urlqueue.py b/tests/cache/test_urlqueue.py index de10679e..5ec702d0 100644 --- a/tests/cache/test_urlqueue.py +++ b/tests/cache/test_urlqueue.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2017 Petr Dlouhý # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/__init__.py b/tests/checker/__init__.py index 23d76d84..6a7b1b97 100644 --- a/tests/checker/__init__.py +++ b/tests/checker/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/ftpserver.py b/tests/checker/ftpserver.py index 5c0cde73..69df0d9d 100644 --- a/tests/checker/ftpserver.py +++ b/tests/checker/ftpserver.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/httpserver.py b/tests/checker/httpserver.py index 6dbacab6..e6920f95 100644 --- a/tests/checker/httpserver.py +++ b/tests/checker/httpserver.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/telnetserver.py b/tests/checker/telnetserver.py index 35c79066..e71917fd 100644 --- a/tests/checker/telnetserver.py +++ b/tests/checker/telnetserver.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_all_parts.py b/tests/checker/test_all_parts.py index 1a9da793..3c528280 100644 --- a/tests/checker/test_all_parts.py +++ b/tests/checker/test_all_parts.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_anchor.py b/tests/checker/test_anchor.py index 23c0122e..5882adaa 100644 --- a/tests/checker/test_anchor.py +++ b/tests/checker/test_anchor.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_base.py b/tests/checker/test_base.py index 7e9f75ad..3321f9ae 100644 --- a/tests/checker/test_base.py +++ b/tests/checker/test_base.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_bookmarks.py b/tests/checker/test_bookmarks.py index 99020867..80b7b3ee 100644 --- a/tests/checker/test_bookmarks.py +++ b/tests/checker/test_bookmarks.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2004-2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_file.py b/tests/checker/test_file.py index 4170b26f..cace048d 100644 --- a/tests/checker/test_file.py +++ b/tests/checker/test_file.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_frames.py b/tests/checker/test_frames.py index 41229712..e4e4f700 100644 --- a/tests/checker/test_frames.py +++ b/tests/checker/test_frames.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2009 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_ftp.py b/tests/checker/test_ftp.py index a7aaaf5c..d30c855c 100644 --- a/tests/checker/test_ftp.py +++ b/tests/checker/test_ftp.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_http.py b/tests/checker/test_http.py index 676e6f14..b49915b8 100644 --- a/tests/checker/test_http.py +++ b/tests/checker/test_http.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_http_misc.py b/tests/checker/test_http_misc.py index c50c6f07..98f8b84d 100644 --- a/tests/checker/test_http_misc.py +++ b/tests/checker/test_http_misc.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_http_redirect.py b/tests/checker/test_http_redirect.py index 2253a70d..7d85f0c0 100644 --- a/tests/checker/test_http_redirect.py +++ b/tests/checker/test_http_redirect.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_http_robots.py b/tests/checker/test_http_robots.py index d41f1a57..c7a4e691 100644 --- a/tests/checker/test_http_robots.py +++ b/tests/checker/test_http_robots.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_httpbin.py b/tests/checker/test_httpbin.py index 4c8fa846..12b44f02 100644 --- a/tests/checker/test_httpbin.py +++ b/tests/checker/test_httpbin.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_https.py b/tests/checker/test_https.py index dc8fcc01..b35141f7 100644 --- a/tests/checker/test_https.py +++ b/tests/checker/test_https.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_https_redirect.py b/tests/checker/test_https_redirect.py index 7f30ca03..98615e0a 100644 --- a/tests/checker/test_https_redirect.py +++ b/tests/checker/test_https_redirect.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_internpat.py b/tests/checker/test_internpat.py index 6ea2b9f1..0ab98b68 100644 --- a/tests/checker/test_internpat.py +++ b/tests/checker/test_internpat.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2007-2009 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_mail_bad.py b/tests/checker/test_mail_bad.py index f8f649a2..0460329d 100644 --- a/tests/checker/test_mail_bad.py +++ b/tests/checker/test_mail_bad.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_mail_good.py b/tests/checker/test_mail_good.py index a2b27290..791df2c7 100644 --- a/tests/checker/test_mail_good.py +++ b/tests/checker/test_mail_good.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_misc.py b/tests/checker/test_misc.py index 24d18034..bd6f8335 100644 --- a/tests/checker/test_misc.py +++ b/tests/checker/test_misc.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2009 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_noproxy.py b/tests/checker/test_noproxy.py index d895f4fc..a71fe201 100644 --- a/tests/checker/test_noproxy.py +++ b/tests/checker/test_noproxy.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_telnet.py b/tests/checker/test_telnet.py index 0d55a37d..66b5541b 100644 --- a/tests/checker/test_telnet.py +++ b/tests/checker/test_telnet.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_unknown.py b/tests/checker/test_unknown.py index 689f1826..8e031e6a 100644 --- a/tests/checker/test_unknown.py +++ b/tests/checker/test_unknown.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_urllen.py b/tests/checker/test_urllen.py index be73d2d6..7a62c2ee 100644 --- a/tests/checker/test_urllen.py +++ b/tests/checker/test_urllen.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2012-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/checker/test_whitespace.py b/tests/checker/test_whitespace.py index fc2727d6..ae85fd7d 100644 --- a/tests/checker/test_whitespace.py +++ b/tests/checker/test_whitespace.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/configuration/__init__.py b/tests/configuration/__init__.py index cb477def..b158583c 100644 --- a/tests/configuration/__init__.py +++ b/tests/configuration/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2009 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/configuration/test_config.py b/tests/configuration/test_config.py index 32c8e444..3d9408fc 100644 --- a/tests/configuration/test_config.py +++ b/tests/configuration/test_config.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/htmllib.py b/tests/htmllib.py index f5ec6255..8b3c2a02 100644 --- a/tests/htmllib.py +++ b/tests/htmllib.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/logger/__init__.py b/tests/logger/__init__.py index 5d8968fb..f0061b5a 100644 --- a/tests/logger/__init__.py +++ b/tests/logger/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2009 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/logger/test_csvlog.py b/tests/logger/test_csvlog.py index 5923ad98..c533a685 100644 --- a/tests/logger/test_csvlog.py +++ b/tests/logger/test_csvlog.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2009-2010 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_cgi.py b/tests/test_cgi.py index 6f8cc83d..e9220743 100644 --- a/tests/test_cgi.py +++ b/tests/test_cgi.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_clamav.py b/tests/test_clamav.py index 7bf4fb8d..c9a8c87b 100644 --- a/tests/test_clamav.py +++ b/tests/test_clamav.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_console.py b/tests/test_console.py index c5352bc5..1d05b8a0 100644 --- a/tests/test_console.py +++ b/tests/test_console.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_containers.py b/tests/test_containers.py index be044830..476c9e5d 100644 --- a/tests/test_containers.py +++ b/tests/test_containers.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2011 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_cookies.py b/tests/test_cookies.py index 2fb487ce..54301063 100644 --- a/tests/test_cookies.py +++ b/tests/test_cookies.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_decorators.py b/tests/test_decorators.py index 54c21f5c..5f9b1c6c 100644 --- a/tests/test_decorators.py +++ b/tests/test_decorators.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2010 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_dummy.py b/tests/test_dummy.py index c312b3af..8b50d023 100644 --- a/tests/test_dummy.py +++ b/tests/test_dummy.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2011 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_filenames.py b/tests/test_filenames.py index 1c09a6e2..866fbd0a 100644 --- a/tests/test_filenames.py +++ b/tests/test_filenames.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_fileutil.py b/tests/test_fileutil.py index 60bd6728..1a82ca6f 100644 --- a/tests/test_fileutil.py +++ b/tests/test_fileutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_ftpparse.py b/tests/test_ftpparse.py index d87d3041..d307d418 100644 --- a/tests/test_ftpparse.py +++ b/tests/test_ftpparse.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2009-2010 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_linkchecker.py b/tests/test_linkchecker.py index 421545f5..2e55c82d 100644 --- a/tests/test_linkchecker.py +++ b/tests/test_linkchecker.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2014 Bastian Kleineidam # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_linkparser.py b/tests/test_linkparser.py index da7ae57a..1d8da01e 100644 --- a/tests/test_linkparser.py +++ b/tests/test_linkparser.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2005-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_mimeutil.py b/tests/test_mimeutil.py index 41536bfb..9a4e7bed 100644 --- a/tests/test_mimeutil.py +++ b/tests/test_mimeutil.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_network.py b/tests/test_network.py index 226e5306..253fe47f 100644 --- a/tests/test_network.py +++ b/tests/test_network.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2008-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_parser.py b/tests/test_parser.py index 94e54f2c..024617a8 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -1,4 +1,3 @@ -# -*- coding: utf8 -*- # Copyright (C) 2004-2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_robotparser.py b/tests/test_robotparser.py index fab8b4ef..15d57764 100644 --- a/tests/test_robotparser.py +++ b/tests/test_robotparser.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_robotstxt.py b/tests/test_robotstxt.py index f2e8b659..a3ab1265 100644 --- a/tests/test_robotstxt.py +++ b/tests/test_robotstxt.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2006-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_updater.py b/tests/test_updater.py index 4200c1da..f7cb67db 100644 --- a/tests/test_updater.py +++ b/tests/test_updater.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2011-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify diff --git a/tests/test_urlbuild.py b/tests/test_urlbuild.py index 1a417196..9f2d1342 100644 --- a/tests/test_urlbuild.py +++ b/tests/test_urlbuild.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify