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/factory.py: tests for the various factories in pysqlite
#
# Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>