use #!/usr/bin/python everywhere
None of these files are directly executable (they're all wrapped)
which is probably why no one noticed a runtime issue.
Down with the 2.6 interlopers!
BUG=None
TEST=`./buildbot/run_tests` passes on my python-2.7 system
Change-Id: Ia9e78fd564772517b31f98a15010e565c43c9d21
Reviewed-on: https://gerrit.chromium.org/gerrit/45333
Reviewed-by: Matt Tennant <mtennant@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/scripts/parallel_emerge.py b/scripts/parallel_emerge.py
index dd2be86..e444133 100644
--- a/scripts/parallel_emerge.py
+++ b/scripts/parallel_emerge.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.