/usr/share/pyshared/pymt/tools/designer.py is in python-pymt 0.5.1-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | from designerapp.designer import run
if __name__ == '__main__':
run()
|