From: Stuart Prescott <stuart@debian.org>
Date: Fri, 7 Nov 2025 13:48:32 +1100
Subject: add missing shebang to example

---
 examples/graphs/join.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/graphs/join.py b/examples/graphs/join.py
index bcd2d50..059b963 100755
--- a/examples/graphs/join.py
+++ b/examples/graphs/join.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 from pyx import *
 
 g = graph.graphxy(width=8, key=graph.key.key())
