/usr/lib/python2.7/dist-packages/bs4/1631353.py is in python-bs4 4.5.3-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 | doc = """<script>
h=window.location.protocol+"//",r='<body onload="';
</script>"""
from bs4.diagnose import diagnose
diagnose(doc)
|