Skip to content

Commit

Permalink
Fix import for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Sep 29, 2016
1 parent 00a7e66 commit 4a1816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grokcore/view/ftests/contentprovider/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

import zope.interface
import grokcore.view as grok
from context_fixture import Club
from .context_fixture import Club

class CavemenContentProvider(grok.ContentProvider):
grok.name('manage.cavemen')
Expand Down

0 comments on commit 4a1816d

Please sign in to comment.