Skip to content

Commit

Permalink
fixes flake8's errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Aug 31, 2015
1 parent b53f399 commit 8904043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def get_node_src_url_postfix(opt):


def urlopen(url):
headers = { 'User-Agent' : 'nodeenv v.' + nodeenv_version }
headers = {'User-Agent': 'nodeenv v.' + nodeenv_version}
req = urllib2.Request(url, None, headers)
return urllib2.urlopen(req)

Expand Down

0 comments on commit 8904043

Please sign in to comment.