From 86d3a44e81aa3dbff947330dfaeff6040bbd625f Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 9 Jan 2014 22:08:09 -0500 Subject: [PATCH] toaster: settings remove duplicate entry The 'toastergui' application had duplicate entries, so this patch removes the duplicate ones. Based on an original patch from Ravi Chintakunta . Signed-off-by: Alexandru DAMIAN --- lib/toaster/toastermain/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/toaster/toastermain/settings.py b/lib/toaster/toastermain/settings.py index c8db82f7ab3..51fa3ccd03b 100644 --- a/lib/toaster/toastermain/settings.py +++ b/lib/toaster/toastermain/settings.py @@ -161,7 +161,6 @@ INSTALLED_APPS = ( 'toastermain', 'toastergui', 'bldviewer', - 'toastergui', 'south', ) -- 2.47.3