~xaav/wikkid/auth-provider

« back to all changes in this revision

Viewing changes to wikkid/view/base.py

  • Committer: Tim Penhey
  • Date: 2010-11-22 09:13:56 UTC
  • mfrom: (50.1.21 wikkid-improvments)
  • Revision ID: tim@penhey.net-20101122091356-s4xzl4rwx2dyg6wc
Textile and markdown formatters, an option to specify the default formatter and a view for attempting to list a missing resource - Thomi Richards

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
    __metaclass__ = BaseViewMetaClass
47
47
 
48
 
    def __init__(self, context, request):
 
48
    def __init__(self, context, request, execution_context):
 
49
        self.execution_context = execution_context
49
50
        self.context = context
50
51
        self.request = request
51
52
        if request is not None: