This file is indexed.

/usr/lib/python2.7/dist-packages/friends_app/emulators/post_view.py is in friends-app-autopilot 0.92.0+14.04.20140306.1-0ubuntu2.

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
10
11
12
13
14
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Copyright 2013 Canonical
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.

from friends_app.emulators.friends_app_utils import FriendsAppUtils

class PostView(FriendsAppUtils):
    """An emulator class that makes it easy to interact with the post view of friends-app."""

    def __init__(self, app):
        self.app = app