diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-14 15:56:25 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-14 15:56:25 +1300 |
commit | 9b961a8236ea4f9486f18046239d3d3c26f5ca9f (patch) | |
tree | 8a022e667c4b83d6e972d956b47423f33deddfbd /doc-src/mitmdump | |
parent | 2e70a0e44bb8f51e97b1c611d15d4e7d69791602 (diff) | |
download | mitmproxy-9b961a8236ea4f9486f18046239d3d3c26f5ca9f.tar.gz mitmproxy-9b961a8236ea4f9486f18046239d3d3c26f5ca9f.tar.bz2 mitmproxy-9b961a8236ea4f9486f18046239d3d3c26f5ca9f.zip |
Use raw_display instead of curses_display.
Diffstat (limited to 'doc-src/mitmdump')
-rw-r--r-- | doc-src/mitmdump/index.py | 5 | ||||
-rw-r--r-- | doc-src/mitmdump/tutorial.html | 0 |
2 files changed, 0 insertions, 5 deletions
diff --git a/doc-src/mitmdump/index.py b/doc-src/mitmdump/index.py deleted file mode 100644 index 312ece1d..00000000 --- a/doc-src/mitmdump/index.py +++ /dev/null @@ -1,5 +0,0 @@ -from countershape import Page, Directory, PythonModule, markup - -pages = [ - Page("tutorial.html", "Tutorial"), -] diff --git a/doc-src/mitmdump/tutorial.html b/doc-src/mitmdump/tutorial.html deleted file mode 100644 index e69de29b..00000000 --- a/doc-src/mitmdump/tutorial.html +++ /dev/null |