diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-02-05 03:56:00 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-02-05 03:56:00 +0000 |
commit | 78b13cd0a8a4cd4aff0e975b770da6bb2a6c4497 (patch) | |
tree | c80e0e8b74856004992a4dc6861feff5d2909cf8 /debian/patches/series | |
parent | c211ec9b0394f32dba88f01e553a7df5314ff2e7 (diff) | |
download | python-requests-78b13cd0a8a4cd4aff0e975b770da6bb2a6c4497.tar python-requests-78b13cd0a8a4cd4aff0e975b770da6bb2a6c4497.tar.gz |
* debian/patches/02_fix-python3-except-sintax-error.patches
- Fix SyntaxError on Python3 because "except Error, e" is not supported
anymore
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index 94aff1f..38c3ed3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01_do-not-use-python-certifi.patch +02_fix-python3-except-sintax-error.patch |