diff --git a/i18n/dummy.py b/i18n/dummy.py old mode 100644 new mode 100755 index cd4e063ca7..ac24049594 --- a/i18n/dummy.py +++ b/i18n/dummy.py @@ -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 diff --git a/i18n/make_dummy.py b/i18n/make_dummy.py deleted file mode 100755 index e69de29bb2..0000000000