From 06e662be86d0cd383373e9714c2eb8f1fb96a461 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 May 2011 12:47:29 -0400 Subject: [PATCH] python2.5 with --- test_requests.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4