mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
7 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue