diff options
author | Thomi Richards <thomi.richards@canonical.com> | 2013-11-19 15:37:28 +1300 |
---|---|---|
committer | Thomi Richards <thomi.richards@canonical.com> | 2013-11-19 15:37:28 +1300 |
commit | e700d2386957e28e10c0cf7477d3edec988462bb (patch) | |
tree | ff216ea9b86448aa8b1f56ff118067fcc5fefa4f /python/subunit/_output.py | |
parent | 8eb109578e86a1e432b4a29081c610cfdbac4b82 (diff) | |
download | subunit-git-e700d2386957e28e10c0cf7477d3edec988462bb.tar.gz |
Remove shebang from subunit._output module.
Diffstat (limited to 'python/subunit/_output.py')
-rw-r--r-- | python/subunit/_output.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/_output.py b/python/subunit/_output.py index dd81b87..c8b6a21 100644 --- a/python/subunit/_output.py +++ b/python/subunit/_output.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # subunit: extensions to python unittest to get test results from subprocesses. # Copyright (C) 2013 Thomi Richards <thomi.richards@canonical.com> # |