aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/examples_context.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-06-27 10:35:32 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-06-27 10:35:32 +1200
commite3c869e4c9ef740c0d80d83adb605094e819b23f (patch)
treeb3aa3eb84d665397ebd9599cc13470294200435a /libpathod/templates/examples_context.html
parent61679acf56a28e8a2bfb491f0dd33a079f84cdf7 (diff)
parent31b0d77507066e226d914859283a40549af0fc3e (diff)
downloadmitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.gz
mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.bz2
mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.zip
Merge branch 'master' of ssh.github.com:mitmproxy/pathod
Diffstat (limited to 'libpathod/templates/examples_context.html')
-rw-r--r--libpathod/templates/examples_context.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/templates/examples_context.html b/libpathod/templates/examples_context.html
index 39146d37..afb3bd48 100644
--- a/libpathod/templates/examples_context.html
+++ b/libpathod/templates/examples_context.html
@@ -1,6 +1,7 @@
<div class="highlight"><pre><span class="kn">import</span> <span class="nn">requests</span>
<span class="kn">from</span> <span class="nn">libpathod</span> <span class="kn">import</span> <span class="n">test</span>
+
<span class="k">def</span> <span class="nf">test_simple</span><span class="p">():</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Testing the requests module with</span>