Drop import for old horizon versions
These imports were kept to keep compatibility between separate django-openstack-auth and horizon, but is no longer necessary since horizon adopted to the new path and also django-openstack-auth was merged into horizon very long ago. Change-Id: I12dc4d585352477fded1aa96e8f712242849f843
This commit is contained in:
parent
d42e40ab30
commit
c8417cc8e6
@ -36,12 +36,6 @@ from keystoneauth1 import exceptions as keystone_exceptions
|
||||
from openstack_auth import exceptions
|
||||
from openstack_auth import forms
|
||||
from openstack_auth import plugin
|
||||
|
||||
# This is historic and is added back in to not break older versions of
|
||||
# Horizon, fix to Horizon to remove this requirement was committed in
|
||||
# Juno
|
||||
# pylint: disable=unused-import
|
||||
from openstack_auth.forms import Login # noqa:F401
|
||||
from openstack_auth import user as auth_user
|
||||
from openstack_auth import utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user