]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
date change; hook test
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jan 2012 20:32:32 +0000 (15:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jan 2012 20:32:32 +0000 (15:32 -0500)
lib/sqlalchemy/__init__.py

index d2baf0088c95d71d06a84350162987360f936c0a..ef5f385027be2e30043e9c99b82fd1f747356acd 100644 (file)
@@ -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()