/usr/lib/python3/dist-packages/ufo2ft/markFeatureWriter.py is in python3-ufo2ft 1.1.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 | """This module is deprecated! It's kept here only for backward compatibility.
Please import the new ufo2ft.featureWriters module.
"""
from ufo2ft.featureWriters.markFeatureWriter import * # pragma: no cover
|