From ec6466dce29fcb7ce9319970beda76c1d44b92a0 Mon Sep 17 00:00:00 2001 From: pwhipp Date: Thu, 10 Jul 2014 17:43:38 +1000 Subject: [PATCH] removed redundant import --- mayan/settings/production.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mayan/settings/production.py b/mayan/settings/production.py index 4c3b69ff43..2b8723c874 100644 --- a/mayan/settings/production.py +++ b/mayan/settings/production.py @@ -1,7 +1,5 @@ from .includes.common import * -from .includes.common import * - DEBUG = False TEMPLATE_DEBUG = DEBUG