From: Mike Bayer Date: Sun, 23 Oct 2011 19:49:39 +0000 (-0400) Subject: fix the 2to3 here, again X-Git-Tag: rel_0_7_4~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2505893b9290c6147ec439a275b98c70c11bc5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix the 2to3 here, again --- diff --git a/lib/sqlalchemy/types.py b/lib/sqlalchemy/types.py index e58313466a..af98dd8139 100644 --- a/lib/sqlalchemy/types.py +++ b/lib/sqlalchemy/types.py @@ -1584,7 +1584,7 @@ class _Binary(TypeEngine): @property def python_type(self): - #Py3K + # Py3K #return bytes # Py2K return str