diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
| commit | e3c869e4c9ef740c0d80d83adb605094e819b23f (patch) | |
| tree | b3aa3eb84d665397ebd9599cc13470294200435a /libpathod/templates/examples_context.html | |
| parent | 61679acf56a28e8a2bfb491f0dd33a079f84cdf7 (diff) | |
| parent | 31b0d77507066e226d914859283a40549af0fc3e (diff) | |
| download | mitmproxy-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.html | 1 |
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">"""</span> <span class="sd"> Testing the requests module with</span> |
