This file is indexed.

/usr/share/sugar/activities/Moon.activity/setup.py is in sugar-moon-activity 11-1.

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
#!/usr/bin/env python
try:
	from sugar.activity import bundlebuilder
	bundlebuilder.start()
except ImportError:
	print "Error: sugar.activity.Bundlebuilder not found."