Normalize naming of all traditional master views

whoops, missed one..
This commit is contained in:
Lance Edgar 2021-01-28 17:18:45 -06:00
parent 719e7c8441
commit 1a18147971

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2020 Lance Edgar # Copyright © 2010-2021 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -26,7 +26,9 @@ Views pertaining to vendors
from __future__ import unicode_literals, absolute_import from __future__ import unicode_literals, absolute_import
from .core import VendorsView, VendorsAutocomplete from .core import VendorView, VendorsAutocomplete
# TODO: deprecate / remove this
from .core import VendorsView
def includeme(config): def includeme(config):