diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/trac2down.py | 2 | ||||
-rwxr-xr-x | tools/trac2md.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/trac2down.py b/tools/trac2down.py index 5bb9094..c66a201 100644 --- a/tools/trac2down.py +++ b/tools/trac2down.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # Untested code from https://gist.githubusercontent.com/sgk/1286682/raw/b744dd2e47a68d60373ad39df87cfe8256f517af/trac2down.py diff --git a/tools/trac2md.py b/tools/trac2md.py index 99b7df0..8729faa 100755 --- a/tools/trac2md.py +++ b/tools/trac2md.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # Untested code from https://www.snip2code.com/Snippet/1704331/Convert-trac-markup-to-Markdown/ |