summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-25 06:13:52 +0000
committerMatt Wilson <msw@redhat.com>2001-01-25 06:13:52 +0000
commit2462f20a1d4f555fbeed502f9642ed29de98d3e7 (patch)
treeaa329f4be0308cee5959f0d2e61ce2168adf46d8 /todo.py
parent5791e21a626ba4335b6324fa74eff861b9e64d8b (diff)
downloadanaconda-2462f20a1d4f555fbeed502f9642ed29de98d3e7.tar.gz
anaconda-2462f20a1d4f555fbeed502f9642ed29de98d3e7.tar.xz
anaconda-2462f20a1d4f555fbeed502f9642ed29de98d3e7.zip
spit for euro
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index bc872c6f4..ce3f352fa 100644
--- a/todo.py
+++ b/todo.py
@@ -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])