summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/assertsql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-01-29 11:20:22 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-01-29 11:20:22 -0500
commit859379e2fcc4506d036700ba1eca4c0ae526a8ee (patch)
tree0ee570261dfb1ddcb5f68ef87fc771f7b8a6cdf4 /lib/sqlalchemy/testing/assertsql.py
parent14b1e6fe8e18d139846c1aba6761d4eea3dc25c3 (diff)
downloadsqlalchemy-859379e2fcc4506d036700ba1eca4c0ae526a8ee.tar.gz
- happy new year
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
-rw-r--r--lib/sqlalchemy/testing/assertsql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/assertsql.py b/lib/sqlalchemy/testing/assertsql.py
index 56c422cf1..0aae12dcc 100644
--- a/lib/sqlalchemy/testing/assertsql.py
+++ b/lib/sqlalchemy/testing/assertsql.py
@@ -1,5 +1,5 @@
# testing/assertsql.py
-# Copyright (C) 2005-2015 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under