From 46f8901b8cf46769f62b7268117d2e60fc785c00 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 31 Mar 2018 17:25:21 +0200 Subject: Python 3.5 is dead -- long live Python 3.6! fixes #2266 --- test/filename_matching.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 test/filename_matching.py (limited to 'test/filename_matching.py') diff --git a/test/filename_matching.py b/test/filename_matching.py old mode 100644 new mode 100755 index e74848d4..5f49725e --- a/test/filename_matching.py +++ b/test/filename_matching.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import os import re import glob -- cgit v1.2.3