diff options
author | Freeyorp <TheFreeYorp+git@gmail.com> | 2024-06-04 14:15:47 +0000 |
---|---|---|
committer | Freeyorp <TheFreeYorp+git@gmail.com> | 2024-06-04 14:15:47 +0000 |
commit | 53051b7cace8db3ec948349e0538e393e4af6860 (patch) | |
tree | 0b390a2248d446293b35f3d038fea91c08b83fbf /tools/config.py | |
parent | 1841311e6302ff88e53446744e571bed703d2087 (diff) | |
download | tmwa-53051b7cace8db3ec948349e0538e393e4af6860.tar.gz tmwa-53051b7cace8db3ec948349e0538e393e4af6860.tar.bz2 tmwa-53051b7cace8db3ec948349e0538e393e4af6860.tar.xz tmwa-53051b7cace8db3ec948349e0538e393e4af6860.zip |
Very basic python3 support
Extremely minimal, not touching any __future__ imports or such.
For serious use, see specing's WIP PR at:
https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256
Diffstat (limited to 'tools/config.py')
-rwxr-xr-x | tools/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config.py b/tools/config.py index f87fe77..a2645d8 100755 --- a/tools/config.py +++ b/tools/config.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: utf-8 # config.py - generator for config file parsers |