~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarian/configure.zcml

  • Committer: William Grant
  • Date: 2011-12-30 01:37:21 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230013721-972d1v5xkilpla0p
Unbreak things, and move configure.zcml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    xmlns:zope="http://namespaces.zope.org/zope"
9
9
    i18n_domain="launchpad">
10
10
 
 
11
  <include file="client.zcml" />
 
12
 
11
13
  <class class="lp.services.librarian.model.LibraryFileAlias">
12
14
    <allow interface="lp.services.librarian.interfaces.ILibraryFileAlias" />
13
15
  </class>