mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
remove pointless coding cookies
This commit is contained in:
parent
e992a7da01
commit
e01de8f2f3
8 changed files with 2 additions and 10 deletions
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
"""
|
||||||
ast
|
ast
|
||||||
~~~
|
~~~
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Copyright (C) 2005, 2006 Martin von Löwis
|
# Copyright (C) 2005, 2006 Martin von Löwis
|
||||||
# Licensed to PSF under a Contributor Agreement.
|
# Licensed to PSF under a Contributor Agreement.
|
||||||
# The bdist_wininst command proper
|
# The bdist_wininst command proper
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: utf8 -*-
|
|
||||||
"""Tests for distutils.dist."""
|
"""Tests for distutils.dist."""
|
||||||
import os
|
import os
|
||||||
import io
|
import io
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
""" Codec for the Punicode encoding, as specified in RFC 3492
|
""" Codec for the Punicode encoding, as specified in RFC 3492
|
||||||
|
|
||||||
Written by Martin v. Löwis.
|
Written by Martin v. Löwis.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""Parser for command line options.
|
"""Parser for command line options.
|
||||||
|
|
||||||
This module helps scripts to parse the command line arguments in
|
This module helps scripts to parse the command line arguments in
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Copyright (C) 2005 Martin v. Löwis
|
# Copyright (C) 2005 Martin v. Löwis
|
||||||
# Licensed to PSF under a Contributor Agreement.
|
# Licensed to PSF under a Contributor Agreement.
|
||||||
from _msi import *
|
from _msi import *
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#-*- coding: ISO-8859-1 -*-
|
|
||||||
# pysqlite2/__init__.py: the pysqlite2 package.
|
# pysqlite2/__init__.py: the pysqlite2 package.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
|
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
|
||||||
#
|
#
|
||||||
# This file is part of pysqlite.
|
# This file is part of pysqlite.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#-*- coding: ISO-8859-1 -*-
|
|
||||||
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
|
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
|
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
|
||||||
#
|
#
|
||||||
# This file is part of pysqlite.
|
# This file is part of pysqlite.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue