<div dir="ltr">I'm pretty sure this breaks Debian based systems were python == python2</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 12, 2013 at 2:10 PM, Chad Versace <span dir="ltr"><<a href="mailto:chad.versace@linux.intel.com" target="_blank">chad.versace@linux.intel.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fix the shebang (#!) line in all toplevel python scripts with<br>
    s/python/python2<br>
<br>
Fixes Piglit on systems where Python3 is the default.<br>
<br>
Signed-off-by: Chad Versace <<a href="mailto:chad.versace@linux.intel.com">chad.versace@linux.intel.com</a>><br>
---<br>
 generate-glean-tests.py  | 2 +-<br>
 piglit-merge-results.py  | 2 +-<br>
 piglit-print-commands.py | 2 +-<br>
 piglit-run.py            | 2 +-<br>
 piglit-summary-html.py   | 2 +-<br>
 piglit-summary-junit.py  | 2 +-<br>
 piglit-summary.py        | 2 +-<br>
 7 files changed, 7 insertions(+), 7 deletions(-)<br>
<br>
diff --git a/generate-glean-tests.py b/generate-glean-tests.py<br>
index 452cb19..974a530 100755<br>
--- a/generate-glean-tests.py<br>
+++ b/generate-glean-tests.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 # -*- coding: utf-8 -*-<br>
 #<br>
 # Copyright © 2010 Intel Corporation<br>
diff --git a/piglit-merge-results.py b/piglit-merge-results.py<br>
index 7fc84db..78199f3 100755<br>
--- a/piglit-merge-results.py<br>
+++ b/piglit-merge-results.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 #<br>
 # Permission is hereby granted, free of charge, to any person<br>
 # obtaining a copy of this software and associated documentation<br>
diff --git a/piglit-print-commands.py b/piglit-print-commands.py<br>
index 74cc70c..8742236 100755<br>
--- a/piglit-print-commands.py<br>
+++ b/piglit-print-commands.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 #<br>
 # Permission is hereby granted, free of charge, to any person<br>
 # obtaining a copy of this software and associated documentation<br>
diff --git a/piglit-run.py b/piglit-run.py<br>
index 983e67e..9e12c8c 100755<br>
--- a/piglit-run.py<br>
+++ b/piglit-run.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 #<br>
 # Permission is hereby granted, free of charge, to any person<br>
 # obtaining a copy of this software and associated documentation<br>
diff --git a/piglit-summary-html.py b/piglit-summary-html.py<br>
index 65e6653..bedd7e7 100755<br>
--- a/piglit-summary-html.py<br>
+++ b/piglit-summary-html.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 #<br>
 # Permission is hereby granted, free of charge, to any person<br>
 # obtaining a copy of this software and associated documentation<br>
diff --git a/piglit-summary-junit.py b/piglit-summary-junit.py<br>
index 8c492ed..fd19385 100755<br>
--- a/piglit-summary-junit.py<br>
+++ b/piglit-summary-junit.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 #<br>
 # Copyright 2010-2011 VMware, Inc.<br>
 # All Rights Reserved.<br>
diff --git a/piglit-summary.py b/piglit-summary.py<br>
index 5169cc4..bc88e55 100755<br>
--- a/piglit-summary.py<br>
+++ b/piglit-summary.py<br>
@@ -1,4 +1,4 @@<br>
-#!/usr/bin/env python<br>
+#!/usr/bin/env python2<br>
 #<br>
 # Permission is hereby granted, free of charge, to any person<br>
 # obtaining a copy of this software and associated documentation<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.3.1<br>
<br>
_______________________________________________<br>
Piglit mailing list<br>
<a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/piglit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/piglit</a><br>
</font></span></blockquote></div><br></div>