Skip to content

Commit 8e67a67

Browse files
committed
fix: pconfig shouldn't import from snakeoil tests
Snakeoil had this class moved out, update pconfig accordingly. Signed-off-by: Brian Harring <[email protected]>
1 parent 35cdb9c commit 8e67a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkgcore/scripts/pconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from functools import partial
66

77
from snakeoil.errors import dump_error
8-
from snakeoil.test.mixins import PythonNamespaceWalker
8+
from snakeoil.python_namespaces import PythonNamespaceWalker
99

1010
from ..config import basics, errors
1111
from ..ebuild import atom

0 commit comments

Comments
 (0)