Stop including deprecated views
probably this only affected the "tests"
This commit is contained in:
parent
35875b7826
commit
99f1e000bf
4
tailbone/views/vendors/__init__.py
vendored
4
tailbone/views/vendors/__init__.py
vendored
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
# Copyright © 2010-2020 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -31,5 +31,3 @@ from .core import VendorsView, VendorsAutocomplete
|
|||
|
||||
def includeme(config):
|
||||
config.include('tailbone.views.vendors.core')
|
||||
config.include('tailbone.views.vendors.catalogs')
|
||||
config.include('tailbone.views.vendors.invoices')
|
||||
|
|
Loading…
Reference in a new issue