/usr/lib/python3/dist-packages/pxssh.py is in python3-pexpect 3.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 4 5 6 7 | import warnings
warnings.warn("This module has been moved to pexpect.pxssh, please update imports.",
ImportWarning)
del warnings
from pexpect.pxssh import * # analysis:ignore
|