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
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8; -*-
|
||||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
|
@ -27,7 +27,7 @@ Customer order field renderers
|
|||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
import formalchemy as fa
|
||||
from webhelpers.html import tags
|
||||
from webhelpers2.html import tags
|
||||
|
||||
|
||||
class CustomerOrderFieldRenderer(fa.fields.SelectFieldRenderer):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue