aboutsummaryrefslogtreecommitdiffstats
path: root/test/filename_matching.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-31 17:25:21 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-31 18:46:32 +0200
commit46f8901b8cf46769f62b7268117d2e60fc785c00 (patch)
tree154a2669f1dd13c2632f6387fee1d8931fe4c735 /test/filename_matching.py
parent3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950 (diff)
downloadmitmproxy-46f8901b8cf46769f62b7268117d2e60fc785c00.tar.gz
mitmproxy-46f8901b8cf46769f62b7268117d2e60fc785c00.tar.bz2
mitmproxy-46f8901b8cf46769f62b7268117d2e60fc785c00.zip
Python 3.5 is dead -- long live Python 3.6!
fixes #2266
Diffstat (limited to 'test/filename_matching.py')
-rwxr-xr-x[-rw-r--r--]test/filename_matching.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/filename_matching.py b/test/filename_matching.py
index e74848d4..5f49725e 100644..100755
--- a/test/filename_matching.py
+++ b/test/filename_matching.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
import os
import re
import glob