Rename 'forms2' package, templates to 'forms'
This commit is contained in:
parent
d0b78babd2
commit
cdaf36f346
20 changed files with 17 additions and 17 deletions
|
@ -36,7 +36,7 @@ from deform import widget as dfwidget
|
|||
from pyramid import httpexceptions
|
||||
from webhelpers2.html import tags
|
||||
|
||||
from tailbone import forms2 as forms
|
||||
from tailbone import forms
|
||||
from tailbone.views.batch import BatchMasterView
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ import colander
|
|||
import formencode as fe
|
||||
from webhelpers2.html import tags
|
||||
|
||||
from tailbone import forms2 as forms, grids
|
||||
from tailbone import forms, grids
|
||||
from tailbone.views.purchasing import PurchasingBatchView
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue