[cc-commits] [SCM] cc.engine: License chooser, public domain chooser, deeds (branch next) updated. 0171a970237bf8117419b061b988c0797432248a
Gitosis User
git at gandi0.creativecommons.org
Mon Jun 20 16:30:44 EDT 2011
The branch, next has been updated
via 0171a970237bf8117419b061b988c0797432248a (commit)
from 19033fc58a6eae363eca33429187cb86e7140e41 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0171a970237bf8117419b061b988c0797432248a
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date: Fri Jun 3 16:11:26 2011 -0500
active_lang_codes never used, might as well remove
-----------------------------------------------------------------------
Summary of changes (followed by patch):
cc/engine/licenses/views.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/cc/engine/licenses/views.py b/cc/engine/licenses/views.py
index 24ed338..330783d 100644
--- a/cc/engine/licenses/views.py
+++ b/cc/engine/licenses/views.py
@@ -135,7 +135,6 @@ def license_deed_view(request):
# Find out all the active languages
active_languages = get_well_translated_langs()
- active_lang_codes = [lang['code'] for lang in active_languages]
negotiated_locale = negotiate_locale(target_lang)
# If negotiating the locale says that this isn't a valid language,
hooks/post-receive
--
cc.engine: License chooser, public domain chooser, deeds
More information about the cc-commits
mailing list