Skip to content

Commit

Permalink
bug fix - issue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghuocho committed May 29, 2015
1 parent 6f640a5 commit 586105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/brz.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def iterate_browsers():
import _brz_win
iterate_browsers = _brz_win.iterate_browsers
implemented['iexplore'] = (1, (HTTP,), (_brz_win.launch_ie, _brz_win.launch_ie_tab))
resume_function = _brz_win.resume_ie_settings
resume_proxy_config = _brz_win.resume_ie_settings

class Browser(ActorObject):
def __init__(self, coordinator, http_proxy_enabled, socks_proxy_enabled, initial_url=None):
Expand Down

0 comments on commit 586105a

Please sign in to comment.