1
# Copyright 2011 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""Security adapters for the buildmaster package."""
11
from lp.app.security import AnonymousAuthorization
12
from lp.buildmaster.interfaces.builder import (
17
class ViewBuilder(AnonymousAuthorization):
18
"""Anyone can view a `IBuilder`."""