Skip to content

Commit

Permalink
pypa#1420: update changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Aug 14, 2018
1 parent a753be4 commit 4ab668c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.d/1312.change.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Introduce find_packages_ns() to find PEP 420 namespace packages.
Introduce find_namespace_packages() to find PEP 420 namespace packages.
2 changes: 1 addition & 1 deletion setuptools/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from mock import patch
from setuptools.dist import Distribution, _Distribution
from setuptools.config import ConfigHandler, read_configuration
from setuptools.tests import py2_only, py3_only
from . import py2_only, py3_only

class ErrConfigHandler(ConfigHandler):
"""Erroneous handler. Fails to implement required methods."""
Expand Down
2 changes: 1 addition & 1 deletion setuptools/tests/test_find_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import pytest

from setuptools.tests import py3_only
from . import py3_only

from setuptools.extern.six import PY3
from setuptools import find_packages
Expand Down

0 comments on commit 4ab668c

Please sign in to comment.