~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/person.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1287
1287
        # Only the IPerson can be traversed to, so it provides the IAccount.
1288
1288
        # It also means that permissions are checked on IAccount, not IPerson.
1289
1289
        self.person = self.context
1290
 
        from canonical.launchpad.interfaces.lpstorm import IMasterObject
 
1290
        from lp.services.database.lpstorm import IMasterObject
1291
1291
        self.context = IMasterObject(self.context.account)
1292
1292
        # Set fields to be displayed.
1293
1293
        self.field_names = ['status', 'status_comment']