From cf959d1a5b3f4f97c7992968b465b9b6f9ab8f6a Mon Sep 17 00:00:00 2001 From: chao liu Date: Sat, 18 Aug 2018 06:28:44 +0800 Subject: [PATCH] Remove the unused settings The "BIN_DIR" appears unused by the dashboard Change-Id: I41d643bd9e14562e0a71ca9a631dba32259446a5 --- openstack_dashboard/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index 6283413a5d..0bd097c575 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -42,7 +42,6 @@ warnings.formatwarning = lambda message, category, *args, **kwargs: \ '%s: %s' % (category.__name__, message) ROOT_PATH = os.path.dirname(os.path.abspath(__file__)) -BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, '..', 'bin')) if ROOT_PATH not in sys.path: sys.path.append(ROOT_PATH)