diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-04 15:32:32 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-04 15:32:32 -0500 |
commit | d7b2b481ac1f099b416964d5e52f7842fbbaedd6 (patch) | |
tree | 31e58cb4d3e0459aa4176931c4d30f6bf5ff1dca /lib/sqlalchemy | |
parent | a41f24cdcc57eedde81d52e9371cf0c3431a22d6 (diff) | |
download | sqlalchemy-d7b2b481ac1f099b416964d5e52f7842fbbaedd6.tar.gz |
date change; hook test
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r-- | lib/sqlalchemy/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index d2baf0088..ef5f38502 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 <see AUTHORS file> +# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> # # 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() |