Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Clean up init
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Harlow committed Apr 9, 2012
1 parent 8b1d030 commit e003b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/wsgi.py
Expand Up @@ -95,7 +95,7 @@ class Request(webob.Request):
class Application(object):
"""Base WSGI application wrapper. Subclasses need to implement __call__."""

def __init__(self, config):
def __init__(self, config, paste_conf=None):
self.cfg = config

@classmethod
Expand Down

0 comments on commit e003b94

Please sign in to comment.