Skip to content

Commit

Permalink
Merge pull request web-platform-tests#1593 from w3c/jgraham/no_ssl_si…
Browse files Browse the repository at this point in the history
…gnature

Fix signature of NoSSLEnvironment; r=Ms2ger
  • Loading branch information
Ms2ger committed Jan 28, 2015
2 parents 4bd2eb8 + 2ff4718 commit 83d9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sslutils/base.py
Expand Up @@ -7,7 +7,7 @@ def get_logger(name="ssl"):
class NoSSLEnvironment(object):
ssl_enabled = False

def __init__(self):
def __init__(self, *args, **kwargs):
pass

def __enter__(self):
Expand Down

0 comments on commit 83d9681

Please sign in to comment.