Make sqlite3 tests editable with Emacs

Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs
doesn't understand the former.
This commit is contained in:
Petri Lehtinen 2012-02-02 17:17:36 +02:00
parent c317a1c185
commit f854799d84
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/dbapi.py: tests for DB-API compliance
#
# Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/factory.py: tests for the various factories in pysqlite
#
# Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/hooks.py: tests for various SQLite-specific hooks
#
# Copyright (C) 2006-2007 Gerhard Häring <gh@ghaering.de>

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/regression.py: pysqlite regression tests
#
# Copyright (C) 2006-2010 Gerhard Häring <gh@ghaering.de>

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/transactions.py: tests transactions
#
# Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/types.py: tests for type conversion and detection
#
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>

View File

@ -1,4 +1,4 @@
#-*- coding: ISO-8859-1 -*-
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/userfunctions.py: tests for user-defined functions and
# aggregates.
#