From: Kenneth Reitz Date: Sat, 21 May 2011 16:47:29 +0000 (-0400) Subject: python2.5 with X-Git-Tag: v0.6.0~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06e662be86d0cd383373e9714c2eb8f1fb96a461;p=services%2Fpython-requests.git python2.5 with --- diff --git a/test_requests.py b/test_requests.py index aa1b40c..28eab77 100755 --- a/test_requests.py +++ b/test_requests.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +from __future__ import with_statement + import unittest import cookielib