We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e153b94 commit 06e662bCopy full SHA for 06e662b
test_requests.py
@@ -1,6 +1,8 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
+from __future__ import with_statement
5
+
6
import unittest
7
import cookielib
8
0 commit comments