Skip to content

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 21e3b5e commit 2eb664f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/grokcore/annotation/meta.py
Expand Up @@ -20,7 +20,6 @@
import martian
from martian import util

import grokcore.component.util
import grokcore.annotation

def default_annotation_provides(factory, module, **data):
Expand Down Expand Up @@ -63,7 +62,7 @@ def getAnnotation(context):

config.action(
discriminator=('adapter', adapter_context, provides, ''),
callable=grokcore.component.util.provideAdapter,
callable=grokcore.component.provideAdapter,
args=(getAnnotation,),
)
return True
Expand Down

0 comments on commit 2eb664f

Please sign in to comment.