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 | 31de7c17f4f9239be6d8c91302f59633117c2012 (patch) | |
| tree | ff216ea9b86448aa8b1f56ff118067fcc5fefa4f /python | |
| parent | 30bca6a29df3a608f9b1b4ad5f0a8d561e478e15 (diff) | |
| download | subunit-31de7c17f4f9239be6d8c91302f59633117c2012.tar.gz | |
Remove shebang from subunit._output module.
Diffstat (limited to 'python')
| -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> # |
