From: Pascal Hartig Date: Fri, 14 Dec 2012 22:08:54 +0000 (+0100) Subject: Removed testing artifacts X-Git-Tag: v1.0.0~83^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17aee319406fe13cb47196e186164f5c21b9f514;p=services%2Fpython-requests.git Removed testing artifacts --- diff --git a/requests/packages/t.py b/requests/packages/t.py deleted file mode 100644 index e69de29..0000000 diff --git a/t.py b/t.py deleted file mode 100644 index a8c401c..0000000 --- a/t.py +++ /dev/null @@ -1,4 +0,0 @@ -from requests.packages import chardet - -with open('test', 'rb') as f: - print(chardet.detect(f.read())) \ No newline at end of file diff --git a/t2.py b/t2.py deleted file mode 100644 index 28f6496..0000000 --- a/t2.py +++ /dev/null @@ -1,6 +0,0 @@ -import requests - -r = requests.get('http://readability.com') -r.encoding = None - -print(r.text) \ No newline at end of file diff --git a/test b/test deleted file mode 100644 index 1524f4f..0000000 --- a/test +++ /dev/null @@ -1,13 +0,0 @@ -{ - "url": "http://httpbin.org/get", - "headers": { - "Content-Length": "", - "Connection": "keep-alive", - "Accept": "*/*", - "User-Agent": "curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5", - "Host": "httpbin.org", - "Content-Type": "" - }, - "args": {}, - "origin": "184.72.18.219" -} \ No newline at end of file