Allow overriding form class/factory for CRUD views.

This commit is contained in:
Lance Edgar 2013-09-21 17:09:10 -07:00
parent 9f8a3d3a5c
commit a11b8d9ff2
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
FormAlchemy Forms
"""
from edbob import Object
from rattail.core import Object
from pyramid.renderers import render
from ..db import Session