aboutsummaryrefslogtreecommitdiffstats
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
parent8c976ac7f0f17f617d483827a8b53b01ddf5d398 (diff)
downloadmitmproxy-09c29e894e989639a44a00009dae3b8bfc738a84.tar.gz
mitmproxy-09c29e894e989639a44a00009dae3b8bfc738a84.tar.bz2
mitmproxy-09c29e894e989639a44a00009dae3b8bfc738a84.zip
Fix READMEs: we don't support Python 2.6
Fixes #70
-rw-r--r--README.mkd2
-rw-r--r--README.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index ac1763a8..a7518d89 100644
--- a/README.mkd
+++ b/README.mkd
@@ -48,7 +48,7 @@ We also have a mailing list, hosted here:
Requirements
------------
-* [Python](http://www.python.org) 2.6.x or 2.7.x.
+* [Python](http://www.python.org) 2.7.x.
* [PyOpenSSL](http://pypi.python.org/pypi/pyOpenSSL) 0.13 or newer.
* [pyasn1](http://pypi.python.org/pypi/pyasn1) 0.1.2 or newer.
* [urwid](http://excess.org/urwid/) version 0.9.8 or newer.
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.