]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix the 2to3 here, again
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Oct 2011 19:49:39 +0000 (15:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Oct 2011 19:49:39 +0000 (15:49 -0400)
lib/sqlalchemy/types.py

index e58313466aa7e8e02b1133c75364660775487164..af98dd8139f951b8712de3dc9a80749300610011 100644 (file)
@@ -1584,7 +1584,7 @@ class _Binary(TypeEngine):
 
     @property
     def python_type(self):
-        #Py3K
+        # Py3K
         #return bytes
         # Py2K
         return str