summaryrefslogtreecommitdiff
path: root/tools/config.py
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp+git@gmail.com>2024-06-04 14:15:47 +0000
committerFreeyorp <TheFreeYorp+git@gmail.com>2024-06-04 14:15:47 +0000
commit53051b7cace8db3ec948349e0538e393e4af6860 (patch)
tree0b390a2248d446293b35f3d038fea91c08b83fbf /tools/config.py
parent1841311e6302ff88e53446744e571bed703d2087 (diff)
downloadtmwa-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-xtools/config.py2
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