diff options
author | Damir Jelić <poljar@termina.org.uk> | 2018-07-08 12:19:15 +0200 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-07-18 17:44:32 -0400 |
commit | 2fccf44015dfb27865ddb50ed66afdedbd4e03e6 (patch) | |
tree | d0de620efb1e4871a8311685998eeb6f1508d777 /fuzzers | |
parent | 0dc27f73c4c15f15e6507d0be7d152cf1ae26a41 (diff) |
python: Remove the python bindings.
Signed-off-by: Damir Jelić <poljar@termina.org.uk>
Diffstat (limited to 'fuzzers')
-rw-r--r-- | fuzzers/README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fuzzers/README.rst b/fuzzers/README.rst index d052303..b6f5f9c 100644 --- a/fuzzers/README.rst +++ b/fuzzers/README.rst @@ -19,8 +19,7 @@ Usage notes: make fuzzers 3. Some of the tests (eg ``fuzz_decrypt`` and ``fuzz_group_decrypt``) require a - session file. You can use the ones generated by the python test script - (``python/test.sh``). + session file. You can create one by pickling an Olm session. 4. Make some work directories: |