From: Jason Kirtland Date: Sat, 13 Oct 2007 21:42:08 +0000 (+0000) Subject: Moved author comment preventing python 2.3 from importing the module... X-Git-Tag: rel_0_4_0~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f63a3826bdc39dd4b475236c797d95c90456cec2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Moved author comment preventing python 2.3 from importing the module... --- 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