aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-06-04 12:01:19 +0200
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-06-04 12:01:19 +0200
commitc29bbbc29ab38dccf62c935bebffd52e9eb30d4e (patch)
treee938e05a3701b4c2f3a3667c7bf25df7af2b2c7d /pathod
parent42930407aeb209f8790411a51fe49681159baf18 (diff)
parentbd7b275d441bd06d48132b6fa6ea211a56ca991b (diff)
downloadmitmproxy-c29bbbc29ab38dccf62c935bebffd52e9eb30d4e.tar.gz
mitmproxy-c29bbbc29ab38dccf62c935bebffd52e9eb30d4e.tar.bz2
mitmproxy-c29bbbc29ab38dccf62c935bebffd52e9eb30d4e.zip
Merge pull request #1208 from dufferzafar/pathod-lang-writer
Python 3 - pathod.language.writer
Diffstat (limited to 'pathod')
-rw-r--r--pathod/language/writer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pathod/language/writer.py b/pathod/language/writer.py
index 22e32ce2..b8081989 100644
--- a/pathod/language/writer.py
+++ b/pathod/language/writer.py
@@ -22,8 +22,8 @@ def write_values(fp, vals, actions, sofar=0, blocksize=BLOCKSIZE):
"""
vals: A list of values, which may be strings or Value objects.
- actions: A list of (offset, action, arg) tuples. Action may be "pause"
- or "disconnect".
+ actions: A list of (offset, action, arg) tuples. Action may be "inject",
+ "pause" or "disconnect".
Both vals and actions are in reverse order, with the first items last.