aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-11-30 08:17:50 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-11-30 08:18:15 +1300
commit09c29e894e989639a44a00009dae3b8bfc738a84 (patch)
tree24b12e39bcb2a7aabe73a7e8d0e65e42979e62de /README.txt
parent8c976ac7f0f17f617d483827a8b53b01ddf5d398 (diff)
downloadmitmproxy-09c29e894e989639a44a00009dae3b8bfc738a84.tar.gz
mitmproxy-09c29e894e989639a44a00009dae3b8bfc738a84.tar.bz2
mitmproxy-09c29e894e989639a44a00009dae3b8bfc738a84.zip
Fix READMEs: we don't support Python 2.6
Fixes #70
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 5bcfca82..ff26da46 100644
--- a/README.txt
+++ b/README.txt
@@ -47,7 +47,7 @@ http://groups.google.com/group/mitmproxy
Requirements
------------
-* Python_ 2.6.x or 2.7.x.
+* Python_ 2.7.x.
* PyOpenSSL_ 0.13 or newer.
* pyasn1_ 0.1.2 or newer.
* urwid_ version 0.9.8 or newer.