Rename 'forms2' package, templates to 'forms'
This commit is contained in:
parent
d0b78babd2
commit
cdaf36f346
20 changed files with 17 additions and 17 deletions
tailbone/views/batch
|
@ -49,7 +49,7 @@ from pyramid.response import FileResponse
|
|||
from pyramid_deform import SessionFileUploadTempStore
|
||||
from webhelpers2.html import HTML, tags
|
||||
|
||||
from tailbone import forms2 as forms, grids
|
||||
from tailbone import forms, grids
|
||||
from tailbone.db import Session
|
||||
from tailbone.views import MasterView
|
||||
from tailbone.progress import SessionProgress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue