diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 16:57:05 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 16:57:05 -0500 |
commit | f89d4d216bd7605c920b7b8a10ecde6bfea2238c (patch) | |
tree | 549e0a7f2ed170394b4b35f3be386633e9a4f397 /lib/sqlalchemy/log.py | |
parent | 8646a4c1093f18f5c6022919a04137734c4c2ba3 (diff) | |
download | sqlalchemy-f89d4d216bd7605c920b7b8a10ecde6bfea2238c.tar.gz |
- happy new year
Diffstat (limited to 'lib/sqlalchemy/log.py')
-rw-r--r-- | lib/sqlalchemy/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/log.py b/lib/sqlalchemy/log.py index 723a21d2f..935761d5f 100644 --- a/lib/sqlalchemy/log.py +++ b/lib/sqlalchemy/log.py @@ -1,5 +1,5 @@ # sqlalchemy/log.py -# Copyright (C) 2006-2013 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2014 the SQLAlchemy authors and contributors <see AUTHORS file> # Includes alterations by Vinay Sajip vinay_sajip@yahoo.co.uk # # This module is part of SQLAlchemy and is released under |