changeset 27594:f804bf27439b

import-checker: make it executable for convenience
author Yuya Nishihara <yuya@tcha.org>
date Sun, 01 Nov 2015 13:53:05 +0900 (2015-11-01)
parents 2da6a2dbfc42
children c4114e335b49
files contrib/import-checker.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
old mode 100644
new mode 100755
--- a/contrib/import-checker.py
+++ b/contrib/import-checker.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 import ast
 import os
 import sys