Skip to content

Commit

Permalink
set up magical StackedObjectProxy config object *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Apr 26, 2011
1 parent 5182037 commit 65a10ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linkdrop/wsgiapp.py
Expand Up @@ -30,6 +30,7 @@
from linkdrop.controllers.docs import DocsController
from linkdrop.controllers.error import ErrorController
from linkdrop.controllers.send import SendController
from linkoauth.util import setup_config
from routes.util import URLGenerator
from services.baseapp import set_app, SyncServerApp
from webob.dec import wsgify
Expand Down Expand Up @@ -60,6 +61,7 @@ def __init__(self, urls, controllers, config, auth_class=None,
*args, **kwargs):
if auth_class is not None:
raise ValueError("A ShareServerApp's ``auth_class`` must be None.")
setup_config(config)
super(ShareServerApp, self).__init__(urls, controllers, config,
auth_class, *args, **kwargs)

Expand Down

0 comments on commit 65a10ed

Please sign in to comment.