From d7b2b481ac1f099b416964d5e52f7842fbbaedd6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 4 Jan 2012 15:32:32 -0500 Subject: [PATCH] date change; hook test --- lib/sqlalchemy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index d2baf0088c..ef5f385027 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -1,5 +1,5 @@ # sqlalchemy/__init__.py -# Copyright (C) 2005-2011 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php @@ -122,4 +122,4 @@ __version__ = '0.7.5' del inspect, sys from sqlalchemy import util as _sa_util -_sa_util.importlater.resolve_all() \ No newline at end of file +_sa_util.importlater.resolve_all() -- 2.47.2