diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-03 13:20:36 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-03 13:20:36 +1200 |
commit | 12d2b1f926bedfb334ce625aad2e85c53e65f481 (patch) | |
tree | dfa4783dd0ee8b85dd4003eab4a8b5b453333138 /test/scripts/a | |
parent | 62088a666156f70b65d331bc002a946e58c76013 (diff) | |
download | mitmproxy-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/scripts/a')
-rwxr-xr-x | test/scripts/a | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/scripts/a b/test/scripts/a deleted file mode 100755 index fb4a7b82..00000000 --- a/test/scripts/a +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python -import sys -sys.path.insert(0, "..") -from libmproxy import script - -f = script.load_flow() -f.request.host = "TESTOK" -print >> sys.stderr, "DEBUG" -script.return_flow(f) |