emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

exposing common_handlers fixed in docs #58

Closed GiantCrocodile closed 8 years ago

GiantCrocodile commented 8 years ago

Took me quite some time to spot this while I debugged my own code ;).

gi0baro commented 8 years ago

@GiantCrocodile I'm sorry about that. I've fixed this with 5dcf7f1 and drafted a new bugfix release, now you can use

app.common_handlers = [Handler()]
app.common_helpers = [Helper()]

as documented.

I'm gonna close this since I've added the functionality and corrected the docs with the opposite behavior.