This file is indexed.

/usr/bin/wxglade is in python-wxglade 0.6.4-2.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh


#### this does not work; wxglade's developer made a strange thing ...
##!/usr/bin/python
##from wxglade.wxglade import *
##run_main()

pv=`python -c 'import sys; print sys.version[:3]'`
exec python /usr/lib/python$pv/dist-packages/wxglade/wxglade.py "$@"