Skip to content

Commit

Permalink
register batch.Batch as named factory
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Aug 20, 2010
1 parent 7e68652 commit b48a4a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
CHANGES
=======

1.1.1 (unreleased)
1.2.0 (unreleased)
------------------

- ...
- Register `batch.Batch` as named (``"z3c.batching.batch"``) factory.

1.1.0 (2008-11-12)
------------------
Expand Down
11 changes: 11 additions & 0 deletions src/z3c/batching/configure.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="z3c.batching">

<utility
component=".batch.Batch"
provides="zope.component.interfaces.IFactory"
name="z3c.batching.batch"
/>

</configure>

0 comments on commit b48a4a4

Please sign in to comment.