commit | e01de8f2f3f8ec2ad58e1baddb7c2c657e331796 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Aug 30 14:05:50 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Aug 30 14:05:50 2010 +0000 |
tree | 7f0ff7816d62805e212a7a14eb6cc07808792bbb | |
parent | e992a7da019ab07baf4992f4b795386185854038 [diff] [blame] |
remove pointless coding cookies
diff --git a/Lib/sqlite3/dbapi2.py b/Lib/sqlite3/dbapi2.py index d051f04..6c121a5 100644 --- a/Lib/sqlite3/dbapi2.py +++ b/Lib/sqlite3/dbapi2.py
@@ -1,7 +1,6 @@ -#-*- coding: ISO-8859-1 -*- # pysqlite2/dbapi2.py: the DB-API 2.0 interface # -# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de> +# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de> # # This file is part of pysqlite. #