Skip to content

Commit

Permalink
rename logging.py example. this conflicted with Python's stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 19, 2016
1 parent cbc0d3f commit 98a079a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scripting/overview.rst
Expand Up @@ -85,8 +85,8 @@ and mitmproxy console can place script output in the event buffer.

Here's how this looks:

.. literalinclude:: ../../examples/simple/logging.py
:caption: :src:`examples/simple/logging.py`
.. literalinclude:: ../../examples/simple/log_events.py
:caption: :src:`examples/simple/log_events.py`
:language: python

The ``ctx`` module also exposes the mitmproxy master object at ``ctx.master``
Expand Down
File renamed without changes.

0 comments on commit 98a079a

Please sign in to comment.