diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-28 16:27:23 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-28 16:27:23 -0400 |
| commit | 734376130f01d17acc0d6c2d34c1e0f94a1cd1da (patch) | |
| tree | a362ebea6de09e3a138b27052fec856bf9304064 /lib/sqlalchemy/util | |
| parent | 1321088644c8d845e6e8d96f24c5f841c3bc9e28 (diff) | |
| download | sqlalchemy-734376130f01d17acc0d6c2d34c1e0f94a1cd1da.tar.gz | |
postgresql dialect tests
Diffstat (limited to 'lib/sqlalchemy/util')
| -rw-r--r-- | lib/sqlalchemy/util/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/__init__.py b/lib/sqlalchemy/util/__init__.py index 25dcce335..72baa9f36 100644 --- a/lib/sqlalchemy/util/__init__.py +++ b/lib/sqlalchemy/util/__init__.py @@ -8,7 +8,8 @@ from .compat import callable, cmp, reduce, \ threading, py3k, py2k, jython, pypy, cpython, win32, \ pickle, dottedgetter, parse_qsl, namedtuple, next, WeakSet, reraise, \ raise_from_cause, text_type, string_types, int_types, binary_type, \ - quote_plus, with_metaclass, print_, itertools_filterfalse, u, b + quote_plus, with_metaclass, print_, itertools_filterfalse, u, b,\ + unquote_plus from ._collections import KeyedTuple, ImmutableContainer, immutabledict, \ Properties, OrderedProperties, ImmutableProperties, OrderedDict, \ |
