You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/vdf/files/vdf-3.2-mock_from_stdlib.patch

10 lines
144 B

--- a/tests/test_vdf.py
+++ b/tests/test_vdf.py
@@ -1,5 +1,5 @@
import unittest
-import mock
+import unittest.mock as mock
import sys
try: