Comment 16 for bug 365477

Revision history for this message
Richard Mueller (richovich) wrote :

looks for me as if this has been the same bug then in pyroom:
a line in __init__.py like
    languages_used.append(lang_in_env.split(':'))
should be replaced by:
    languages_used.extend(lang_in_env.split(':'))

it is fixed in version 0.1.2