[Mesa-dev] [PATCH shader-db 2/4] report.py: Explicitly require python3
Kenneth Graunke
kenneth at whitecape.org
Tue Jan 5 03:04:43 PST 2016
This will prevent more python2isms from creeping in.
---
report.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/report.py b/report.py
index 1352f22..877e4ff 100755
--- a/report.py
+++ b/report.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import re
import argparse
--
2.6.4
More information about the mesa-dev
mailing list