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

Commit

Permalink
use grokcore.component api
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 1, 2012
1 parent c8abfd7 commit ef13b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/grokcore/xmlrpc/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

import martian
import grokcore.component
import grokcore.component.util
import grokcore.security
import grokcore.xmlrpc

Expand Down Expand Up @@ -77,7 +76,7 @@ def execute(self, factory, method, config, context, permission, **kw):
adapts = (context, IXMLRPCRequest)
config.action(
discriminator=('adapter', adapts, interface.Interface, name),
callable=grokcore.component.util.provideAdapter,
callable=grokcore.component.provideAdapter,
args=(method_view, adapts, interface.Interface, name),
)
config.action(
Expand Down

0 comments on commit ef13b0e

Please sign in to comment.