Adding myself to Authors. Small cleanup
authorMike Waldner <mwaldner@gilt.com>
Wed, 24 Aug 2011 05:50:06 +0000 (01:50 -0400)
committerMike Waldner <mwaldner@gilt.com>
Wed, 24 Aug 2011 05:50:06 +0000 (01:50 -0400)
#139

AUTHORS
requests/utils.py

diff --git a/AUTHORS b/AUTHORS
index 1eabf6516f8abef48ad0e6bb035555dad449260d..5a80c622c76d25a168258d76b1cdc9247e33434a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -42,3 +42,4 @@ Patches and Suggestions
 - Alejandro Giacometti
 - Rick Mak
 - Johan Bergström
+- Mike Waldner
index 3f4d9a44079d69225c6a7868adef9759c1ff024e..b4e760a93bb9b20d3512cbe4a9b35574fc51269a 100644 (file)
@@ -203,6 +203,5 @@ def curl_from_request(request):
         elif request._enc_data is not None:
             data = '-d %s ' % (request._enc_data)
 
-
     #: Params handled in _build_url
     return curl + auth + method + header + data + '"' + request._build_url() + '"'