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

Commit

Permalink
pep8 pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Jan 3, 2011
1 parent 65d74cd commit 2c67b1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/grokcore/xmlrpc/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@
of a Grok-based web application.
"""
from grokcore.security.meta import PermissionGrokker
from zope.publisher.interfaces.xmlrpc import IXMLRPCRequest


from grokcore.view import make_checker


import martian
import grokcore.component
import grokcore.security
Expand All @@ -37,6 +33,7 @@
from zope.publisher.xmlrpc import XMLRPCView
from zope.location import Location


class MethodPublisher(XMLRPCView, Location):
"""Copied from zope.app.publisher.xmlrpc to get rid of that dependency.
"""
Expand Down

0 comments on commit 2c67b1b

Please sign in to comment.