configure.zcml 464 B

12345678910111213
  1. <configure
  2. xmlns="http://namespaces.zope.org/zope"
  3. xmlns:browser="http://namespaces.zope.org/browser"
  4. i18n_domain="lazr.uri">
  5. <!--Publish the commonly used attributes of URI.-->
  6. <class class="lazr.uri.URI">
  7. <allow attributes="scheme userinfo host port path query fragment
  8. authority hier_part
  9. __str__ __repr__ __eq__ __ne__ replace resolve append contains
  10. ensureSlash ensureNoSlash" />
  11. </class>
  12. </configure>