remove pointless coding cookies

This commit is contained in:
Florent Xicluna 2010-08-30 14:05:50 +00:00
parent e992a7da01
commit e01de8f2f3
8 changed files with 2 additions and 10 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
""" """
ast ast
~~~ ~~~

View file

@ -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

View file

@ -1,4 +1,3 @@
# -*- coding: utf8 -*-
"""Tests for distutils.dist.""" """Tests for distutils.dist."""
import os import os
import io import io

View file

@ -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.

View file

@ -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

View file

@ -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 *

View file

@ -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.
# #

View file

@ -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.
# #