diff contrib/import-checker.py @ 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 1aee2ab0f902
children c4114e335b49
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