From: Alexandru DAMIAN Date: Fri, 10 Jan 2014 03:08:09 +0000 (-0500) Subject: toaster: settings remove duplicate entry X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86d3a44e81aa3dbff947330dfaeff6040bbd625f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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', )