/usr/lib/python2.7/dist-packages/crack.py is in python-cracklib 2.9.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #
# wrapper script to provide the python-cracklib functionality with the
# module name of the older python-crack package
#
from cracklib import *
|