diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-04 15:29:12 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-04 15:29:12 -0500 |
commit | a41f24cdcc57eedde81d52e9371cf0c3431a22d6 (patch) | |
tree | 5c16b4642333381ced8f7927c6a6b0e9f79c7f4e /lib/sqlalchemy/interfaces.py | |
parent | 74674aa49d2e8156c90d532e68dce97b81e46279 (diff) | |
download | sqlalchemy-a41f24cdcc57eedde81d52e9371cf0c3431a22d6.tar.gz |
another date update/test a hook
Diffstat (limited to 'lib/sqlalchemy/interfaces.py')
-rw-r--r-- | lib/sqlalchemy/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/interfaces.py b/lib/sqlalchemy/interfaces.py index 650a88899..ed02ed0a8 100644 --- a/lib/sqlalchemy/interfaces.py +++ b/lib/sqlalchemy/interfaces.py @@ -1,5 +1,5 @@ # sqlalchemy/interfaces.py -# Copyright (C) 2007-2011 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2007-2012 the SQLAlchemy authors and contributors <see AUTHORS file> # Copyright (C) 2007 Jason Kirtland jek@discorporate.us # # This module is part of SQLAlchemy and is released under |