From a1f8479215f8203821b2ddd0bc8ecd56c98eaf4a Mon Sep 17 00:00:00 2001 From: Andreas Zeidler Date: Fri, 31 Jan 2014 17:31:27 +0100 Subject: [PATCH] expose `binary_type` in `util` module it is used in `sql/compiler.py(849)render_literal_value()` --- lib/sqlalchemy/util/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/util/__init__.py b/lib/sqlalchemy/util/__init__.py index 5c4034160f..ed722767ff 100644 --- a/lib/sqlalchemy/util/__init__.py +++ b/lib/sqlalchemy/util/__init__.py @@ -8,7 +8,7 @@ from .compat import callable, cmp, reduce, \ threading, py3k, py33, py2k, py3k_warning, jython, pypy, cpython, win32, \ set_types, py26, \ pickle, dottedgetter, parse_qsl, namedtuple, next, WeakSet, reraise, \ - raise_from_cause, u, b, ue, string_types, text_type, int_types + raise_from_cause, u, b, ue, string_types, text_type, int_types, binary_type from ._collections import KeyedTuple, ImmutableContainer, immutabledict, \ Properties, OrderedProperties, ImmutableProperties, OrderedDict, \ -- 2.47.3