Fix import of horizon custom_local_settings on python3

Change-Id: I71f3e8ab50426246b595755a8f3298ba7ca0a50d
Closes-Bug: #1803029
(cherry picked from commit 120e8080ab)
This commit is contained in:
Dincer Celik 2019-07-01 13:25:49 +03:00 committed by Mark Goddard
parent 85e5969af3
commit 25c9d10cdd

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 *