From 7329d1332439cd5578290bbab383616840e429fc Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 21 Oct 2013 11:53:22 +0200 Subject: [PATCH] import from --- pandora/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/settings.py b/pandora/settings.py index 7632fc03..cebe798e 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -5,9 +5,9 @@ # check pan.do/ra section below for relevant settings import os -from os.path import join, normpath +from os.path import join, normpath, dirname -PROJECT_ROOT = os.path.normpath(os.path.dirname(__file__)) +PROJECT_ROOT = normpath(dirname(__file__)) DEBUG = False TEMPLATE_DEBUG = DEBUG