From ccafaab2003a8aebc1f8f7fd42d464d94649563a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 13 Jul 2010 20:40:58 -0400 Subject: [PATCH] restore py2k directive that got whacked by python tidy --- test/base/test_except.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/base/test_except.py b/test/base/test_except.py index 09a9eb7b4f..78a534e671 100644 --- a/test/base/test_except.py +++ b/test/base/test_except.py @@ -4,10 +4,10 @@ from sqlalchemy import exc as sa_exceptions from sqlalchemy.test import TestBase -# Py3K StandardError = BaseException Py2K - +# Py3K +#StandardError = BaseException +# Py2K from exceptions import StandardError, KeyboardInterrupt, SystemExit - # end Py2K -- 2.47.3