Use master3 view for datasync changes

This commit is contained in:
Lance Edgar 2017-10-24 21:21:43 -07:00
parent 1ee822d715
commit ff7fd94b57

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8; -*-
################################################################################
#
# Rattail -- Retail Software Framework
@ -31,7 +31,7 @@ import logging
from rattail.db import model
from tailbone.views import MasterView2 as MasterView
from tailbone.views import MasterView3 as MasterView
log = logging.getLogger(__name__)