This file is indexed.

/usr/lib/python3/dist-packages/reprounzip-1.0.10-nspkg.pth is in python3-reprounzip 1.0.10-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('reprounzip',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('reprounzip', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('reprounzip', [os.path.dirname(p)])));m = m or sys.modules.setdefault('reprounzip', types.ModuleType('reprounzip'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('reprounzip',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('reprounzip', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('reprounzip', [os.path.dirname(p)])));m = m or sys.modules.setdefault('reprounzip', types.ModuleType('reprounzip'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('reprounzip', 'unpackers'));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('reprounzip.unpackers', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('reprounzip.unpackers', [os.path.dirname(p)])));m = m or sys.modules.setdefault('reprounzip.unpackers', types.ModuleType('reprounzip.unpackers'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p);m and setattr(sys.modules['reprounzip'], 'unpackers', m)