diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-25 06:13:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-25 06:13:52 +0000 |
commit | 2462f20a1d4f555fbeed502f9642ed29de98d3e7 (patch) | |
tree | aa329f4be0308cee5959f0d2e61ce2168adf46d8 /todo.py | |
parent | 5791e21a626ba4335b6324fa74eff861b9e64d8b (diff) | |
download | anaconda-2462f20a1d4f555fbeed502f9642ed29de98d3e7.tar.gz anaconda-2462f20a1d4f555fbeed502f9642ed29de98d3e7.tar.xz anaconda-2462f20a1d4f555fbeed502f9642ed29de98d3e7.zip |
spit for euro
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -220,6 +220,9 @@ def expandLangs(str): if '.' in str: langs.append(string.split(str, '.')[0]) + if '@' in str: + langs.append(string.split(str, '@')[0]) + # also add 2 character language code ... if len(str) > 2: langs.append(str[:2]) |