python2.5 with
authorKenneth Reitz <me@kennethreitz.com>
Sat, 21 May 2011 16:47:29 +0000 (12:47 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 21 May 2011 16:47:29 +0000 (12:47 -0400)
test_requests.py

index aa1b40c..28eab77 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
+from __future__ import with_statement
+
 import unittest
 import cookielib