Pylons / pyramid_layout

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

Added configure.zcml for easier inclusion #9

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.

msiedlarek commented 11 years ago

Yeah, I need to separate features in this pull request.