diff options
-rwxr-xr-x | aux/enabled-languages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/enabled-languages b/aux/enabled-languages index 6023443..cc4ad94 100755 --- a/aux/enabled-languages +++ b/aux/enabled-languages @@ -4,8 +4,8 @@ import os import sys os.chdir(os.path.dirname(sys.argv[0])) -sys.path.append('..') +sys.path.append("..") import src.i18n.gen -print(' '.join(x.bcp for x in src.i18n.gen.LOCALES if x.enabled))
\ No newline at end of file +print(" ".join(x.bcp for x in src.i18n.gen.LOCALES if x.enabled))
\ No newline at end of file |