]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
expose `binary_type` in `util` module
authorAndreas Zeidler <andi@pyfidelity.com>
Fri, 31 Jan 2014 16:31:27 +0000 (17:31 +0100)
committerAndreas Zeidler <andi@pyfidelity.com>
Fri, 31 Jan 2014 16:33:44 +0000 (17:33 +0100)
it is used in `sql/compiler.py(849)render_literal_value()`

lib/sqlalchemy/util/__init__.py

index 5c4034160fd63739f39e4e5256a0730ac10bf9b2..ed722767ff2a8d2f4eb49e6fcb677d1cb8622485 100644 (file)
@@ -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, \