summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-12-14 01:16:43 +0100
committerFedja Beader <fedja@protonmail.ch>2024-01-28 17:25:09 +0100
commit401d1592096ad5f06be336bdf6e305f87c3b359b (patch)
tree718c75cbdf3f8c03a37f1ff5cd12263709e21eb8 /src
parentf535bec6e5b01ce418bae0c19104947a809e9abf (diff)
downloadtmwa-401d1592096ad5f06be336bdf6e305f87c3b359b.tar.gz
tmwa-401d1592096ad5f06be336bdf6e305f87c3b359b.tar.bz2
tmwa-401d1592096ad5f06be336bdf6e305f87c3b359b.tar.xz
tmwa-401d1592096ad5f06be336bdf6e305f87c3b359b.zip
2to3 + explicit python3 on top
Diffstat (limited to 'src')
-rw-r--r--src/main-gdb-head.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main-gdb-head.py b/src/main-gdb-head.py
index dc688d7..90d1396 100644
--- a/src/main-gdb-head.py
+++ b/src/main-gdb-head.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
# Work around awkwardness in gdb's python printers:
# 1. In src/main-gdb-head.py, define the printer mechanism.
# 2. In src/*/*.py, define all the printer classes.