Merge pull request #2450 from edx/will/fix-dummy-i18n-import

i18n/dummy.py cleanup
This commit is contained in:
Will Daly
2014-02-04 07:38:12 -08:00
2 changed files with 1 additions and 0 deletions

1
i18n/dummy.py Normal file → Executable file
View File

@@ -23,6 +23,7 @@ generates output conf/locale/$DUMMY_LOCALE/LC_MESSAGES,
where $DUMMY_LOCALE is the dummy_locale value set in the i18n config
"""
import sys
import os
import polib

View File