Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
python3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Sep 28, 2016
1 parent c4a350d commit 5e2febc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/grokcore/xmlrpc/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

import grokcore.view

from zope import interface

from zope.interface import implementer

@implementer(grokcore.view.IGrokSecurityView)
class XMLRPC(grokcore.view.ViewSupport):
"""Base class for XML-RPC endpoints in Grok applications.
Expand All @@ -49,4 +49,3 @@ class XMLRPC(grokcore.view.ViewSupport):
used for the XML-RPC call is available as ``self.context``.
"""
interface.implements(grokcore.view.IGrokSecurityView)

0 comments on commit 5e2febc

Please sign in to comment.