Merge "Fix import of horizon custom_local_settings on python3"

This commit is contained in:
Zuul 2019-08-20 20:15:03 +00:00 committed by Gerrit Code Review
commit e8212a3080

View File

@ -843,4 +843,4 @@ KEY_MANAGER = {
{% endif %}
# Allow operators to overwrite variables (LP: #1769970).
from custom_local_settings import *
from .custom_local_settings import *