summaryrefslogtreecommitdiff
path: root/python/subunit/_output.py
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-11-19 15:37:28 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-11-19 15:37:28 +1300
commite700d2386957e28e10c0cf7477d3edec988462bb (patch)
treeff216ea9b86448aa8b1f56ff118067fcc5fefa4f /python/subunit/_output.py
parent8eb109578e86a1e432b4a29081c610cfdbac4b82 (diff)
downloadsubunit-git-e700d2386957e28e10c0cf7477d3edec988462bb.tar.gz
Remove shebang from subunit._output module.
Diffstat (limited to 'python/subunit/_output.py')
-rw-r--r--python/subunit/_output.py1
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>
#