aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugins
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-08-03 13:20:36 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-08-03 13:20:36 +1200
commit12d2b1f926bedfb334ce625aad2e85c53e65f481 (patch)
treedfa4783dd0ee8b85dd4003eab4a8b5b453333138 /test/plugins
parent62088a666156f70b65d331bc002a946e58c76013 (diff)
downloadmitmproxy-12d2b1f926bedfb334ce625aad2e85c53e65f481.tar.gz
mitmproxy-12d2b1f926bedfb334ce625aad2e85c53e65f481.tar.bz2
mitmproxy-12d2b1f926bedfb334ce625aad2e85c53e65f481.zip
Rip out old script interface, start replacing with new stubs.
Scripts are broken for now.
Diffstat (limited to 'test/plugins')
-rw-r--r--test/plugins/a.py9
-rw-r--r--test/plugins/syntaxerr.py3
2 files changed, 0 insertions, 12 deletions
diff --git a/test/plugins/a.py b/test/plugins/a.py
deleted file mode 100644
index 0a21b619..00000000
--- a/test/plugins/a.py
+++ /dev/null
@@ -1,9 +0,0 @@
-
-var = 0
-def here(ctx):
- global var
- var += 1
- return var
-
-def errargs():
- pass
diff --git a/test/plugins/syntaxerr.py b/test/plugins/syntaxerr.py
deleted file mode 100644
index 219d6b84..00000000
--- a/test/plugins/syntaxerr.py
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-a +