Refactor all "easy" views per master4
This commit is contained in:
parent
410ee8eb65
commit
88fe195615
32 changed files with 51 additions and 52 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
# Copyright © 2010-2018 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -37,7 +37,7 @@ from pyramid import httpexceptions
|
|||
from webhelpers2.html import tags, HTML
|
||||
|
||||
from tailbone.db import Session
|
||||
from tailbone.views import MasterView3 as MasterView
|
||||
from tailbone.views import MasterView4 as MasterView
|
||||
from tailbone.util import raw_datetime
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue