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
|
@ -39,7 +39,7 @@ from rattail.time import localtime
|
|||
import formalchemy as fa
|
||||
from pyramid import httpexceptions
|
||||
from pyramid.renderers import get_renderer, render_to_response, render
|
||||
from webhelpers.html import HTML, tags
|
||||
from webhelpers2.html import HTML, tags
|
||||
|
||||
from tailbone import forms, newgrids as grids
|
||||
from tailbone.views import View
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue