diff options
Diffstat (limited to 'tests/pkgs/restbugapp/views.py')
| -rw-r--r-- | tests/pkgs/restbugapp/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/restbugapp/views.py b/tests/pkgs/restbugapp/views.py index 161321aed..429ad0ea2 100644 --- a/tests/pkgs/restbugapp/views.py +++ b/tests/pkgs/restbugapp/views.py @@ -1,7 +1,7 @@ from pyramid.response import Response -class BaseRESTView(object): +class BaseRESTView: def __init__(self, context, request): self.context = context self.request = request |
