moving dynamic i18n to static

This commit is contained in:
Brian Waldon
2011-04-19 09:48:07 -04:00
parent baff6ab70c
commit 098d969299

View File

@@ -59,6 +59,7 @@ class LocalizationTestCase(test.TestCase):
pos = 0
while parenCount > 0:
char = txt[pos]
print char
if char == "(":
parenCount += 1
elif char == ")":