diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-10-29 09:58:02 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-10-29 09:58:02 -0400 |
commit | d5cbf69c1cad6b88d36b27cd5ff8c803b9ec67ed (patch) | |
tree | 0bf0e0897abcd8d13c43ff051b62352cce3828cd /test-markdown.py | |
parent | c9389e8b33b5b6771f541c1ba47bb91abd9b3f6f (diff) | |
download | markdown-d5cbf69c1cad6b88d36b27cd5ff8c803b9ec67ed.tar.gz markdown-d5cbf69c1cad6b88d36b27cd5ff8c803b9ec67ed.tar.bz2 markdown-d5cbf69c1cad6b88d36b27cd5ff8c803b9ec67ed.zip |
More cleanup. Not sure why some executables didn't have shebang lines. They do now.
Diffstat (limited to 'test-markdown.py')
-rwxr-xr-x | test-markdown.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |