Add webhelpers2 dependency, use it for most things
still using webhelpers for certain things yet, hopefully can get rid of that soon
This commit is contained in:
parent
5bded89466
commit
8014e60d14
32 changed files with 61 additions and 59 deletions
|
@ -37,7 +37,7 @@ from rattail.util import pretty_quantity
|
|||
|
||||
import formalchemy as fa
|
||||
import formencode as fe
|
||||
from webhelpers.html import tags
|
||||
from webhelpers2.html import tags
|
||||
|
||||
from tailbone import forms
|
||||
from tailbone.views.purchasing import PurchasingBatchView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue