From 41f13f288fb2753b78f4845535eb3d8df3c9e976 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 Oct 1998 14:46:09 +0000 Subject: Added #! line --- Tools/scripts/nm2def.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/nm2def.py b/Tools/scripts/nm2def.py index 188ab2e..6fd17b2 100755 --- a/Tools/scripts/nm2def.py +++ b/Tools/scripts/nm2def.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python """nm2def.py Helpers to extract symbols from Unix libs and auto-generate -- cgit v0.12