/usr/share/pyshared/adios/skel_install.py is in python3-adios 1.13.0-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 8 9 10 | #!/usr/bin/env python
import skel_settings
def main(argv=None):
skel_settings.create_settings_dir_if_needed()
if __name__ == "__main__":
main()
|