This commit is contained in:
Lance Edgar 2012-08-11 02:28:03 -05:00
parent e5c3dc0c3e
commit 8fe91448eb
2 changed files with 2 additions and 1 deletions

2
.hgignore Normal file
View file

@ -0,0 +1,2 @@
syntax:glob
rattail.pyramid.egg-info

View file

@ -91,7 +91,6 @@ class CustomersGrid(SearchableAlchemyGridView):
g.row_route_name = 'customer.read'
g.row_route_kwargs = lambda x: {'uuid': x.uuid}
g.row_attrs = attrs
return g