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:
parent
c317a1c185
commit
f854799d84
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#-*- coding: ISO-8859-1 -*-
|
||||
#-*- coding: iso-8859-1 -*-
|
||||
# pysqlite2/test/userfunctions.py: tests for user-defined functions and
|
||||
# aggregates.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue