diff options
Diffstat (limited to 'src/i18n/gen.py')
-rwxr-xr-x | src/i18n/gen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/gen.py b/src/i18n/gen.py index 9404644..9271cc0 100755 --- a/src/i18n/gen.py +++ b/src/i18n/gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import concurrent.futures import dataclasses @@ -169,4 +169,4 @@ def val_to_go(x: Any) -> str: if __name__ == "__main__": os.chdir(os.path.dirname(sys.argv[0])) - sys.exit(main())
\ No newline at end of file + sys.exit(main()) |