]> granicus.if.org Git - clang/commitdiff
Add coding and shebang.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 2 Mar 2017 18:47:22 +0000 (18:47 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 2 Mar 2017 18:47:22 +0000 (18:47 +0000)
Reviewed by Artem Dergachev (D26030)!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296781 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 294e05b44c251672a40ab7f02cf5fc2b130abd25..800af03b1a2c35a3950f6e0a8fd4bd381cb0f42d 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 """Methods for reporting bugs."""
 
 import subprocess, sys, os
index e8fbe2d5a84eed41f6dc98c746181db31dc5700e..673935909f823467ad1dd737788133966d2a00e3 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 """Utility for opening a file using the default application in a cross-platform
 manner. Modified from http://code.activestate.com/recipes/511443/.
 """