We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b770b2b commit 70dfd4dCopy full SHA for 70dfd4d
1 file changed
src/pkgdev/cli.py
@@ -4,12 +4,12 @@
4
import configparser
5
import logging
6
import os
7
+from unittest.mock import patch
8
9
from pkgcore.repository import errors as repo_errors
10
from pkgcore.util import commandline
11
from pkgcore.util.commandline import _mk_domain
12
from snakeoil.cli import arghparse
-from snakeoil.contexts import patch
13
from snakeoil.klass import jit_attr_none
14
from snakeoil.mappings import OrderedSet
15
0 commit comments