Skip to content

Commit

Permalink
run zpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens authored and gforcada committed Apr 12, 2023
1 parent cf26fe3 commit 3629714
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
11 changes: 6 additions & 5 deletions plone/behavior/configure.zcml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="plone.behavior">
i18n_domain="plone.behavior"
>

<utility
component=".vocab.BehaviorsVocabularyFactory"
name="Behaviors"
/>
<utility
name="Behaviors"
component=".vocab.BehaviorsVocabularyFactory"
/>

</configure>
17 changes: 9 additions & 8 deletions plone/behavior/meta.zcml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<configure
xmlns="http://namespaces.zope.org/meta"
i18n_domain="plone.behavior">
i18n_domain="plone.behavior"
>

<directives namespace="http://namespaces.plone.org/plone">
<directives namespace="http://namespaces.plone.org/plone">

<directive
name="behavior"
schema=".metaconfigure.IBehaviorDirective"
handler=".metaconfigure.behaviorDirective"
/>
<directive
name="behavior"
handler=".metaconfigure.behaviorDirective"
schema=".metaconfigure.IBehaviorDirective"
/>

</directives>
</directives>

</configure>

0 comments on commit 3629714

Please sign in to comment.