[damned-lies] Removed unneeded list()



commit ded95f8f59b2ab1a55fa319212dc4e5b2d42aac4
Author: Claude Paroz <claude 2xlibre net>
Date:   Sun Mar 4 20:53:02 2018 +0100

    Removed unneeded list()

 damnedlies/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index 4146504..61bb81b 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -43,7 +43,7 @@ TIME_ZONE = 'Europe/Zurich'
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html
 LANGUAGE_CODE = 'en-US'
-LANGUAGES = list(global_settings.LANGUAGES) + [
+LANGUAGES = global_settings.LANGUAGES + [
     # Add here languages with translations for D-L but not for Django
     ('fur', gettext_noop('Friulian')),
     ('gu', gettext_noop('Gujarati')),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]