convenience commit

This commit is contained in:
Lance Edgar 2012-07-11 14:57:15 -05:00
parent 4df92ee794
commit 561f25a5f3
10 changed files with 45 additions and 136 deletions

View file

@ -0,0 +1,2 @@
<%inherit file="/edbob/index.mako" />
${parent.body()}

View file

@ -34,6 +34,7 @@ from webhelpers.html.tags import link_to
from edbob.pyramid.views.autocomplete import *
from edbob.pyramid.views.form import *
from edbob.pyramid.views.grid import *
def forbidden(request):

View file

@ -33,7 +33,10 @@ from edbob.pyramid import Session
from edbob.util import requires_impl
class Grid(object):
__all__ = ['GridView']
class GridView(object):
@property
@requires_impl(is_property=True)