aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/tservers.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-05-24 17:25:12 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-05-24 19:32:20 +0200
commitcfed4432a0d8daf335fe0891ac55e520bac580c0 (patch)
treeac020f2cc21fec692f3a8ad9f21e44cd37046337 /test/pathod/tservers.py
parent673ed5b45e92be8919b29ee033770913dc7c0ba9 (diff)
downloadmitmproxy-cfed4432a0d8daf335fe0891ac55e520bac580c0.tar.gz
mitmproxy-cfed4432a0d8daf335fe0891ac55e520bac580c0.tar.bz2
mitmproxy-cfed4432a0d8daf335fe0891ac55e520bac580c0.zip
pathod: fix leaking fds
Diffstat (limited to 'test/pathod/tservers.py')
-rw-r--r--test/pathod/tservers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pathod/tservers.py b/test/pathod/tservers.py
index 3dc26311..a7c92964 100644
--- a/test/pathod/tservers.py
+++ b/test/pathod/tservers.py
@@ -1,3 +1,4 @@
+import os
import tempfile
import re
import shutil