Remove all old-style CRUD views

This commit is contained in:
Lance Edgar 2017-07-06 15:46:05 -05:00
parent 53d69acbcc
commit 91a14c81a9
3 changed files with 1 additions and 280 deletions

View file

@ -51,7 +51,7 @@ from webhelpers.html import HTML, tags
from tailbone import forms, newgrids as grids
from tailbone.db import Session
from tailbone.views import MasterView, CrudView
from tailbone.views import MasterView
from tailbone.forms.renderers.batch import FileFieldRenderer
from tailbone.progress import SessionProgress