This file is indexed.

/usr/lib/python2.7/dist-packages/jujubundlelib/utils.py is in python-jujubundlelib 0.4.1-0ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
# Copyright 2015 Canonical Ltd.
# Licensed under the AGPLv3, see LICENCE file for details.

from __future__ import unicode_literals


def is_legacy_bundle(bundle):
    """Report whether the bundle uses the legacy (version 3) syntax."""
    return 'machines' not in bundle