changeset 26954:f804bf27439b

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