From e01de8f2f3f8ec2ad58e1baddb7c2c657e331796 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Mon, 30 Aug 2010 14:05:50 +0000 Subject: [PATCH] remove pointless coding cookies --- Lib/ast.py | 1 - Lib/distutils/command/bdist_msi.py | 1 - Lib/distutils/tests/test_dist.py | 1 - Lib/encodings/punycode.py | 1 - Lib/getopt.py | 1 - Lib/msilib/__init__.py | 1 - Lib/sqlite3/__init__.py | 3 +-- Lib/sqlite3/dbapi2.py | 3 +-- 8 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Lib/ast.py b/Lib/ast.py index d595c058b6..aab61d7634 100644 --- a/Lib/ast.py +++ b/Lib/ast.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ ast ~~~ diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py index 8a458d8536..b11957a7dc 100644 --- a/Lib/distutils/command/bdist_msi.py +++ b/Lib/distutils/command/bdist_msi.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2005, 2006 Martin von Löwis # Licensed to PSF under a Contributor Agreement. # The bdist_wininst command proper diff --git a/Lib/distutils/tests/test_dist.py b/Lib/distutils/tests/test_dist.py index 3b7637f3af..007803e12d 100644 --- a/Lib/distutils/tests/test_dist.py +++ b/Lib/distutils/tests/test_dist.py @@ -1,4 +1,3 @@ -# -*- coding: utf8 -*- """Tests for distutils.dist.""" import os import io diff --git a/Lib/encodings/punycode.py b/Lib/encodings/punycode.py index 8129af2543..66c51013ea 100644 --- a/Lib/encodings/punycode.py +++ b/Lib/encodings/punycode.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Codec for the Punicode encoding, as specified in RFC 3492 Written by Martin v. Löwis. diff --git a/Lib/getopt.py b/Lib/getopt.py index ac77126acf..980861d251 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Parser for command line options. This module helps scripts to parse the command line arguments in diff --git a/Lib/msilib/__init__.py b/Lib/msilib/__init__.py index 114a1c788c..bd3e1f2900 100644 --- a/Lib/msilib/__init__.py +++ b/Lib/msilib/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2005 Martin v. Löwis # Licensed to PSF under a Contributor Agreement. from _msi import * diff --git a/Lib/sqlite3/__init__.py b/Lib/sqlite3/__init__.py index 4b64833e93..6c91df27cc 100644 --- a/Lib/sqlite3/__init__.py +++ b/Lib/sqlite3/__init__.py @@ -1,7 +1,6 @@ -#-*- coding: ISO-8859-1 -*- # pysqlite2/__init__.py: the pysqlite2 package. # -# Copyright (C) 2005 Gerhard Häring +# Copyright (C) 2005 Gerhard Häring # # This file is part of pysqlite. # diff --git a/Lib/sqlite3/dbapi2.py b/Lib/sqlite3/dbapi2.py index d051f0432f..6c121a5c06 100644 --- a/Lib/sqlite3/dbapi2.py +++ b/Lib/sqlite3/dbapi2.py @@ -1,7 +1,6 @@ -#-*- coding: ISO-8859-1 -*- # pysqlite2/dbapi2.py: the DB-API 2.0 interface # -# Copyright (C) 2004-2005 Gerhard Häring +# Copyright (C) 2004-2005 Gerhard Häring # # This file is part of pysqlite. # -- 2.40.0