summaryrefslogtreecommitdiff
path: root/python
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
commit31de7c17f4f9239be6d8c91302f59633117c2012 (patch)
treeff216ea9b86448aa8b1f56ff118067fcc5fefa4f /python
parent30bca6a29df3a608f9b1b4ad5f0a8d561e478e15 (diff)
downloadsubunit-31de7c17f4f9239be6d8c91302f59633117c2012.tar.gz
Remove shebang from subunit._output module.
Diffstat (limited to 'python')
-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>
#