bunk
authorKenneth Reitz <me@kennethreitz.com>
Thu, 8 Mar 2012 00:54:53 +0000 (16:54 -0800)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 8 Mar 2012 00:54:53 +0000 (16:54 -0800)
test.py [deleted file]

diff --git a/test.py b/test.py
deleted file mode 100644 (file)
index f7506d4..0000000
--- a/test.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import requests
-
-s = requests.session()
-s.config['encode_urls'] = False
-
-r = s.get('http://localhost:7077/get?me=\"')
-print r.text