/usr/share/pyshared/M2Crypto/callback.py is in python-m2crypto 0.21.1-3.
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 6 7 8 9 | """Deprecated, use the util module instead.
Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved."""
import warnings
warnings.warn('Use the util module instead', DeprecationWarning)
from util import genparam_callback, passphrase_callback
|