Duplicate of [#1079]
Originally created by: *anonymous
Originally created by: percival.music.ca@gmail.com
GUB only has python 2.4, which means that all our scripts must only use python 2.4, which means that we can't do useful list comprehensions like
langs = [i.code if i.code != 'en' else '' for i in langdefs.WEB_LANGUAGES]
It would be really nice if we could upgrade GUB's python to 2.7.
Diff:
Related
Issues: #1079