Skip to content

Commit

Permalink
Merge pull request #6 from georgyvlad/master
Browse files Browse the repository at this point in the history
Last change, I promise :-) Use "" as default for response_data
  • Loading branch information
timotheus committed Nov 7, 2012
2 parents 395475b + da30102 commit 8a1b77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ebaysdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def api_init(self,config_items):

def _execute_http_request(self):
"performs the http post and returns the XML response body"
response_data = ''
try:
curl = pycurl.Curl()

Expand Down

0 comments on commit 8a1b77b

Please sign in to comment.