Skip to content

Commit e01de8f

Browse files
committed
remove pointless coding cookies
1 parent e992a7d commit e01de8f

File tree

8 files changed

+2
-10
lines changed

8 files changed

+2
-10
lines changed

Lib/ast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
ast
43
~~~

Lib/distutils/command/bdist_msi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright (C) 2005, 2006 Martin von Löwis
32
# Licensed to PSF under a Contributor Agreement.
43
# The bdist_wininst command proper

Lib/distutils/tests/test_dist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
"""Tests for distutils.dist."""
32
import os
43
import io

Lib/encodings/punycode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
""" Codec for the Punicode encoding, as specified in RFC 3492
32
43
Written by Martin v. Löwis.

Lib/getopt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""Parser for command line options.
32
43
This module helps scripts to parse the command line arguments in

Lib/msilib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright (C) 2005 Martin v. Löwis
32
# Licensed to PSF under a Contributor Agreement.
43
from _msi import *

Lib/sqlite3/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#-*- coding: ISO-8859-1 -*-
21
# pysqlite2/__init__.py: the pysqlite2 package.
32
#
4-
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
3+
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
54
#
65
# This file is part of pysqlite.
76
#

Lib/sqlite3/dbapi2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#-*- coding: ISO-8859-1 -*-
21
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
32
#
4-
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
3+
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
54
#
65
# This file is part of pysqlite.
76
#

0 commit comments

Comments
 (0)