~launchpad-pqm/launchpad/devel

13992.1.2 by Gary Poster
clean up some lint and make tests pass by adding file I thought was unnecessary.
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
5
<configure
6
    xmlns="http://namespaces.zope.org/zope"
7
    xmlns:browser="http://namespaces.zope.org/browser">
8
9
    <browser:page
10
        name="+yuitest"
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
11
        for="lp.services.webapp.interfaces.ILaunchpadRoot"
13992.1.2 by Gary Poster
clean up some lint and make tests pass by adding file I thought was unnecessary.
12
        class="lp.testing.yuixhr.YUITestFixtureControllerView"
13
        attribute="__call__"
14
        permission="zope.Public"/>
15
16
</configure>