<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser">

  <include package="zope.annotation"/>

  <browser:page
      name="images"
      for=".interfaces.IImageScaleTraversable"
      class=".scaling.ImageScaling"
      allowed_attributes="scale"
      permission="zope2.View"
      />

</configure>
