~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/storage/lazr/configure.zcml

  • Committer: Marc Tardif
  • Date: 2011-05-11 11:54:18 UTC
  • Revision ID: marc.tardif@canonical.com-20110511115418-12lv84nvado8pvme
Added xunit package, tools script and corresponding packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    for="lazr.restful.interfaces.IEntry
6
6
        zope.schema.interfaces.IField"
7
7
    provides="lazr.restful.interfaces.IByteStorage"
8
 
    factory="lpx.disk.lazr.bytestorage.DiskByteStorage"
 
8
    factory="lpresults.storage.lazr.bytestorage.ByteStorage"
9
9
    />
10
10
 
11
 
  <class class="lpx.disk.lazr.bytestorage.DiskByteStorage">
 
11
  <class class="lpresults.storage.lazr.bytestorage.ByteStorage">
12
12
    <allow interface='lazr.restful.interfaces.IByteStorage' />
13
13
  </class>
14
14