diff options
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 0d46175e9..fda4002ef 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -1,4 +1,7 @@ # coding: utf-8 + +from __future__ import with_statement + from test.lib.testing import eq_, assert_raises, assert_raises_message, is_ from test.lib import engines import datetime |