Mercurial > p > mysql-python > mysqldb-2
diff MySQLdb/__init__.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 | 6122b2cacd20 |
children |
line wrap: on
line diff
--- a/MySQLdb/__init__.py Mon Feb 22 16:21:05 2010 -0800 +++ b/MySQLdb/__init__.py Mon Feb 22 22:58:16 2010 -0500 @@ -16,7 +16,6 @@ MySQLdb.converters module. """ -__revision__ = """$Revision$"""[11:-2] from MySQLdb.release import __version__, version_info, __author__ from MySQLdb.exceptions import Warning, Error, InterfaceError, DataError, \ DatabaseError, OperationalError, IntegrityError, InternalError, \