From d5cbf69c1cad6b88d36b27cd5ff8c803b9ec67ed Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 29 Oct 2008 09:58:02 -0400 Subject: More cleanup. Not sure why some executables didn't have shebang lines. They do now. --- test-markdown.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-markdown.py') diff --git a/test-markdown.py b/test-markdown.py index d27ee72..bdbd8d6 100755 --- a/test-markdown.py +++ b/test-markdown.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import os, difflib, time, gc, codecs, platform from pprint import pprint import textwrap -- cgit v1.2.3