Skip to content
Snippets Groups Projects
Commit 120e8080 authored by Dincer Celik's avatar Dincer Celik Committed by Radosław Piliszek
Browse files

Fix import of horizon custom_local_settings on python3

Change-Id: I71f3e8ab50426246b595755a8f3298ba7ca0a50d
Closes-Bug: #1803029
parent 54856a87
No related branches found
No related tags found
No related merge requests found
...@@ -843,4 +843,4 @@ KEY_MANAGER = { ...@@ -843,4 +843,4 @@ KEY_MANAGER = {
{% endif %} {% endif %}
# Allow operators to overwrite variables (LP: #1769970). # Allow operators to overwrite variables (LP: #1769970).
from custom_local_settings import * from .custom_local_settings import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment