Adding myself to Authors. Small cleanup

#139
This commit is contained in:
Mike Waldner
2011-08-24 01:50:06 -04:00
parent ec0b708b18
commit 71195bb219
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -42,3 +42,4 @@ Patches and Suggestions
- Alejandro Giacometti
- Rick Mak
- Johan Bergström
- Mike Waldner
-1
View 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() + '"'