/usr/lib/python3/dist-packages/meld3/meld3.py is in python3-meld3 1.0.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | from . import parse_xml # BBB
from . import parse_html # BBB
from . import parse_xmlstring # BBB
from . import parse_htmlstring # BBB
|