Mercurial > p > mysql-python > mysqldb-2
diff MySQLdb/converters.py @ 81:228a45771d14 MySQLdb
Remove $Revision$ and $Author$ refs as hg doesn't use them.
author | Andy Dustman <adustman@users.sourceforge.net> |
---|---|
date | Mon, 22 Feb 2010 22:58:16 -0500 |
parents | 3b03cb566032 |
children | ffe9e5ca17e0 |
line wrap: on
line diff
--- a/MySQLdb/converters.py Mon Feb 22 16:21:05 2010 -0800 +++ b/MySQLdb/converters.py Mon Feb 22 22:58:16 2010 -0500 @@ -17,9 +17,6 @@ from decimal import Decimal from itertools import izip -__revision__ = "$Revision$"[11:-2] -__author__ = "$Author$"[9:-2] - def bool_to_sql(connection, boolean): """Convert a Python bool to an SQL literal.""" return str(int(boolean))