From f63a3826bdc39dd4b475236c797d95c90456cec2 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Sat, 13 Oct 2007 21:42:08 +0000 Subject: [PATCH] Moved author comment preventing python 2.3 from importing the module... --- lib/sqlalchemy/databases/informix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sqlalchemy/databases/informix.py b/lib/sqlalchemy/databases/informix.py index feb79f7aba..741641afcf 100644 --- a/lib/sqlalchemy/databases/informix.py +++ b/lib/sqlalchemy/databases/informix.py @@ -1,7 +1,8 @@ -# coding: gbk # informix.py # Copyright (C) 2005,2006 Michael Bayer mike_mp@zzzcomputing.com # +# coding: gbk +# # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php -- 2.47.3