Skip to content

Commit a92d62e

Browse files
committed
chore: rename _namespaces to python_namespaces to be clearer
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 26e99a0 commit a92d62e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/snakeoil/test/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from snakeoil.deprecation import deprecated
22

3-
from .._namespaces import PythonNamespaceWalker as _original
3+
from ..python_namespaces import PythonNamespaceWalker as _original
44

55
PythonNamespaceWalker = deprecated(
66
"snakeoil.test.mixins.PythonNamespaceWalker has moved to snakeoil._namespaces. Preferably remove your dependency on it"

src/snakeoil/test/slot_shadowing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pytest
66

7-
from snakeoil._namespaces import PythonNamespaceWalker
7+
from snakeoil.python_namespaces import PythonNamespaceWalker
88

99

1010
class TargetedNamespaceWalker(PythonNamespaceWalker):

0 commit comments

Comments
 (0)