diff -r 9635cbaa2dcd -r a76f1b443ea4 app/soc/views/models/role.py --- a/app/soc/views/models/role.py Wed Dec 03 21:26:16 2008 +0000 +++ b/app/soc/views/models/role.py Wed Dec 03 21:27:01 2008 +0000 @@ -77,10 +77,10 @@ """ Args: - original_params: This dictionary should be filled with the parameters + params: This dictionary should be filled with the parameters """ - base.View.__init__(self, params=params) + super(View, self).__init__(params=params) def create(self, request, **kwargs): """Specialized create view to enforce needing a scope_path