We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e99a0 commit a92d62eCopy full SHA for a92d62e
src/snakeoil/_namespaces.py src/snakeoil/python_namespaces.pysrc/snakeoil/_namespaces.py renamed to src/snakeoil/python_namespaces.py
src/snakeoil/test/mixins.py
@@ -1,6 +1,6 @@
1
from snakeoil.deprecation import deprecated
2
3
-from .._namespaces import PythonNamespaceWalker as _original
+from ..python_namespaces import PythonNamespaceWalker as _original
4
5
PythonNamespaceWalker = deprecated(
6
"snakeoil.test.mixins.PythonNamespaceWalker has moved to snakeoil._namespaces. Preferably remove your dependency on it"
src/snakeoil/test/slot_shadowing.py
@@ -4,7 +4,7 @@
import pytest
7
-from snakeoil._namespaces import PythonNamespaceWalker
+from snakeoil.python_namespaces import PythonNamespaceWalker
8
9
10
class TargetedNamespaceWalker(PythonNamespaceWalker):
0 commit comments