klippy: remove python2 shebangs

Signed-off-by: David van 't Wout <github@yoctobyte.nl>
This commit is contained in:
david 2025-11-07 14:41:31 +01:00
parent f04895f540
commit 4fcf93565d
11 changed files with 15 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# Script that tries to find how much stack space each function in an
# object is using.
#