/usr/lib/python2.7/dist-packages/MySQLdb/release.py is in python-mysqldb 1.3.7-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | __author__ = "Andy Dustman <farcepest@gmail.com>"
version_info = (1,3,7,'final',1)
__version__ = "1.3.7"
|