Add 'fake_error' view to test exception handling.

This commit is contained in:
Lance Edgar 2015-03-17 14:49:20 -05:00
parent c6ca64574b
commit be41d0bb1e
3 changed files with 23 additions and 4 deletions

View file

@ -26,5 +26,7 @@
Grid Views
"""
from .core import *
from .alchemy import *
from tailbone.views.grids.core import GridView
from tailbone.views.grids.alchemy import (
AlchemyGridView, SortableAlchemyGridView,
PagedAlchemyGridView, SearchableAlchemyGridView)