commit | 1124805499bfea57cbf529cac208bd2776b61458 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Mon Nov 12 13:08:04 2012 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Mon Nov 12 13:08:04 2012 -0500 |
tree | 1a56107a20b4703b4a0fb24ce6be5d4a6e6ea760 | |
parent | 4fba20cc7b11994e1871d7f3fb39ba9c50c7fd78 [diff] [blame] |
Fix Python3 dup header handling. Fixes isse #229.
diff --git a/Makefile b/Makefile index 62931d8..fac0480 100644 --- a/Makefile +++ b/Makefile
@@ -1,7 +1,7 @@ tests: -cd python2 && python2.4 httplib2test.py -cd python2 && python2.5 httplib2test.py - cd python2 && python2.6 httplib2test.py + -cd python2 && python2.6 httplib2test.py cd python2 && python2.6 httplib2test_appengine.py cd python2 && python2.7 httplib2test.py cd python2 && python2.7 httplib2test_appengine.py