summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aa1d0fd..275a9c4 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2013 Ben Longbons <b.r.longbons@gmail.com>
#