Blame SOURCES/python-2.5.1-sqlite-encoding.patch

23b3e9
diff -up Python-2.5.1/Lib/sqlite3/dbapi2.py.encoding Python-2.5.1/Lib/sqlite3/dbapi2.py
23b3e9
--- Python-2.5.1/Lib/sqlite3/dbapi2.py.encoding	2007-09-14 10:41:50.000000000 -0400
23b3e9
+++ Python-2.5.1/Lib/sqlite3/dbapi2.py	2007-09-14 10:42:00.000000000 -0400
23b3e9
@@ -1,7 +1,6 @@
23b3e9
-# -*- coding: iso-8859-1 -*-
23b3e9
 # pysqlite2/dbapi2.py: the DB-API 2.0 interface
23b3e9
 #
23b3e9
-# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
23b3e9
+# Copyright (C) 2004-2005 Gerhard Haering <gh@ghaering.de>
23b3e9
 #
23b3e9
 # This file is part of pysqlite.
23b3e9
 #
23b3e9
diff -up Python-2.5.1/Lib/sqlite3/__init__.py.encoding Python-2.5.1/Lib/sqlite3/__init__.py
23b3e9
--- Python-2.5.1/Lib/sqlite3/__init__.py.encoding	2007-09-14 10:41:47.000000000 -0400
23b3e9
+++ Python-2.5.1/Lib/sqlite3/__init__.py	2007-09-14 10:42:06.000000000 -0400
23b3e9
@@ -1,7 +1,6 @@
23b3e9
-#-*- coding: ISO-8859-1 -*-
23b3e9
 # pysqlite2/__init__.py: the pysqlite2 package.
23b3e9
 #
23b3e9
-# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
23b3e9
+# Copyright (C) 2005 Gerhard Haering <gh@ghaering.de>
23b3e9
 #
23b3e9
 # This file is part of pysqlite.
23b3e9
 #