aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/data/addonscripts/recorder/e.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/data/addonscripts/recorder/e.py')
-rw-r--r--test/mitmproxy/data/addonscripts/recorder/e.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mitmproxy/data/addonscripts/recorder/e.py b/test/mitmproxy/data/addonscripts/recorder/e.py
new file mode 100644
index 00000000..eb5eff5e
--- /dev/null
+++ b/test/mitmproxy/data/addonscripts/recorder/e.py
@@ -0,0 +1,3 @@
+import recorder
+
+addons = [recorder.Recorder("e")]