diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-13 20:40:58 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-13 20:40:58 -0400 |
| commit | ccafaab2003a8aebc1f8f7fd42d464d94649563a (patch) | |
| tree | a953eb039f4e37d4fa9a67e2e1e433f734b07d60 | |
| parent | eb890eb402fea95f8fbe66622d40ba8189cb2b45 (diff) | |
| download | sqlalchemy-ccafaab2003a8aebc1f8f7fd42d464d94649563a.tar.gz | |
restore py2k directive that got whacked by python tidy
| -rw-r--r-- | test/base/test_except.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/base/test_except.py b/test/base/test_except.py index 09a9eb7b4..78a534e67 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 |
