From ff7fd94b57a7594909b4dfd9c4e8ed4c7cac2762 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 24 Oct 2017 21:21:43 -0700 Subject: [PATCH] Use master3 view for datasync changes --- tailbone/views/datasync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailbone/views/datasync.py b/tailbone/views/datasync.py index b6080bf8..1d117fbd 100644 --- a/tailbone/views/datasync.py +++ b/tailbone/views/datasync.py @@ -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__)