Pylons / pyramid_layout

Pyramid add-on for managing UI layouts.
Other
24 stars 26 forks source link

Added configure.zcml for easier inclusion #11

Closed msiedlarek closed 11 years ago

msiedlarek commented 11 years ago

Now clients can just use

<include package="pyramid_layout" />

instead of

<include package="pyramid_layout" file="meta.zcml" />

It's kind of a standard.

chrisrossi commented 11 years ago

This looks good. Do you mind updating CHANGES.txt to reflect the change? Thanks!

msiedlarek commented 11 years ago

Here you go.