From 92a265dd23fefbe320d5aba6994ae6d9543ee39a Mon Sep 17 00:00:00 2001 From: Mikhail Lelyakin Date: Wed, 28 Sep 2016 11:09:57 +0300 Subject: [PATCH] Remove unused line from local_settings.py.example The 9-th line of horizon/openstack_dashboard/ local/local_settings.py.example imports exceptions module. But this module is unused in code and doesn't described in comment lines. Change-Id: I9568ba7d33b797cd91f9a50bf5162d305c1e078d --- openstack_dashboard/local/local_settings.py.example | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example index 07607ce82a..2c579aedb1 100644 --- a/openstack_dashboard/local/local_settings.py.example +++ b/openstack_dashboard/local/local_settings.py.example @@ -6,7 +6,6 @@ from django.utils.translation import ugettext_lazy as _ from horizon.utils import secret_key -from openstack_dashboard import exceptions from openstack_dashboard.settings import HORIZON_CONFIG DEBUG = True