Skip to content

Commit

Permalink
update changelog, remove spurious imports from tests/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 12, 2018
1 parent c54f769 commit 751d2d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Changes
3.0.1 (unreleased)
==================

- Nothing changed yet.

- Rearrange tests such that Travis CI can pick up all functional tests too.

3.0.0 (2018-01-05)
==================
Expand Down
14 changes: 0 additions & 14 deletions src/grokcore/traverser/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,3 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Grok
"""
from grokcore.component import *
from grokcore.security import *
from grokcore.view import *

from grokcore.traverser.directive import traversable
from grokcore.traverser.components import Traverser

from grokcore.traverser.interfaces import IGrokTraverser
from grokcore.traverser.interfaces import IRESTLayer
from zope.interface import moduleProvides
moduleProvides(IGrokTraverser)
__all__ = list(IGrokTraverser)

0 comments on commit 751d2d2

Please sign in to comment.