v.g.vassilev created this revision.
v.g.vassilev added reviewers: NoQ, zaks.anna.
v.g.vassilev added a subscriber: cfe-commits.
v.g.vassilev set the repository for this revision to rL LLVM.

This is another home grown patch I'd like to upstream.


Repository:
  rL LLVM

https://reviews.llvm.org/D26030

Files:
  tools/scan-view/share/Reporter.py
  tools/scan-view/share/startfile.py


Index: tools/scan-view/share/startfile.py
===================================================================
--- tools/scan-view/share/startfile.py
+++ tools/scan-view/share/startfile.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Utility for opening a file using the default application in a cross-platform
 manner. Modified from http://code.activestate.com/recipes/511443/.
 """
Index: tools/scan-view/share/Reporter.py
===================================================================
--- tools/scan-view/share/Reporter.py
+++ tools/scan-view/share/Reporter.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Methods for reporting bugs."""
 
 import subprocess, sys, os


Index: tools/scan-view/share/startfile.py
===================================================================
--- tools/scan-view/share/startfile.py
+++ tools/scan-view/share/startfile.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Utility for opening a file using the default application in a cross-platform
 manner. Modified from http://code.activestate.com/recipes/511443/.
 """
Index: tools/scan-view/share/Reporter.py
===================================================================
--- tools/scan-view/share/Reporter.py
+++ tools/scan-view/share/Reporter.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Methods for reporting bugs."""
 
 import subprocess, sys, os
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to