source: products/quintagroup.formlib.captcha/branches/captchas-refactoring/quintagroup/formlib/captcha/configure.zcml @ 2059

Last change on this file since 2059 was 2059, checked in by mylan, 14 years ago

#186: Remove needless namespace declarations in configure.zcml

File size: 404 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    i18n_domain="quintagroup.formlib.captcha">
4
5  <include package="quintagroup.captcha.core" />
6
7  <view
8      type="zope.publisher.interfaces.browser.IBrowserRequest"
9      for=".interfaces.ICaptcha"
10      provides="zope.app.form.interfaces.IInputWidget"
11      factory=".widget.CaptchaWidget"
12      permission="zope.Public"
13      />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.