From 708585c5fd027891748df0ea056c82a902b86a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 28 Jun 2017 20:28:28 +0200 Subject: [PATCH] Import the default settings relatively --- budget/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budget/run.py b/budget/run.py index 8c666262..5e65c905 100644 --- a/budget/run.py +++ b/budget/run.py @@ -12,7 +12,7 @@ from .api import api from .utils import PrefixedWSGI from .utils import minimal_round -import default_settings +from . import default_settings app = Flask(__name__, instance_path='/etc/ihatemoney', instance_relative_config=True)