This file is indexed.

/usr/share/pyshared/adios/skel_install.py is in libadios-dev 1.7.0-4.

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
10
#!/usr/bin/env python
from __future__ import absolute_import, division, print_function, unicode_literals
import skel_settings

def main(argv=None):
    skel_settings.create_settings_dir_if_needed()


if __name__ == "__main__":
    main()