Skip to content

Commit

Permalink
Merge pull request #30 from zopefoundation/issue29
Browse files Browse the repository at this point in the history
Fix a DeprecationWarning from defaultview.py
  • Loading branch information
jamadden committed Oct 19, 2018
2 parents d755d05 + c588eb0 commit 1abd60f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Expand Up @@ -2,14 +2,14 @@
Changes
=========

5.1 (unreleased)
================
5.0.1 (unreleased)
==================

- Nothing changed yet.
- Fix a ``DeprecationWarning``.


5.0 (2018-10-10)
================
5.0.0 (2018-10-10)
===================

- Backwards incompatible change: Remove ``zope.publisher.tests.httprequest``.
It is not used inside this package and was never ported to Python 3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@ def read(*rnames):

setup(
name='zope.publisher',
version='5.1.dev0',
version='5.0.1.dev0',
url='https://github.com/zopefoundation/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',
Expand Down
2 changes: 1 addition & 1 deletion src/zope/publisher/defaultview.py
Expand Up @@ -13,7 +13,7 @@
##############################################################################
"""Default view name API
"""
from zope.component.interfaces import ComponentLookupError
from zope.interface.interfaces import ComponentLookupError
from zope.component import getSiteManager

import zope.interface
Expand Down

0 comments on commit 1abd60f

Please sign in to comment.