Refactor all "easy" views per master4

This commit is contained in:
Lance Edgar 2018-02-04 10:46:27 -06:00
parent 410ee8eb65
commit 88fe195615
32 changed files with 51 additions and 52 deletions

View file

@ -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