diff options
author | Jason Kirtland <jek@discorporate.us> | 2008-07-15 19:40:08 +0000 |
---|---|---|
committer | Jason Kirtland <jek@discorporate.us> | 2008-07-15 19:40:08 +0000 |
commit | 8b12c8f1c2048a9ef6f19b66823bf6053efff565 (patch) | |
tree | 528de821fb080eaee04b077e25e2746150d2658f /test/dialect/maxdb.py | |
parent | 1d37472fdd1e4091fe2d158a21b27043fc8626f9 (diff) | |
download | sqlalchemy-8b12c8f1c2048a9ef6f19b66823bf6053efff565.tar.gz |
- Removed 2.3 Decimal compat
Diffstat (limited to 'test/dialect/maxdb.py')
-rw-r--r-- | test/dialect/maxdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/maxdb.py b/test/dialect/maxdb.py index f0bcd00e1..c2daf8959 100644 --- a/test/dialect/maxdb.py +++ b/test/dialect/maxdb.py @@ -4,7 +4,7 @@ import testenv; testenv.configure_for_tests() import StringIO, sys from sqlalchemy import * from sqlalchemy import exc, sql -from sqlalchemy.util import Decimal +from decimal import Decimal from sqlalchemy.databases import maxdb from testlib import * |