diff options
| author | 2023-03-13 02:07:55 -0400 | |
|---|---|---|
| committer | 2023-03-13 02:07:55 -0400 | |
| commit | c5965a4d7650b7e935f630e40d883801967f7bcc (patch) | |
| tree | 2223d05254347c00a339e4476d3daea7b2624fb4 /test/test_extractor.py | |
| parent | baa8beeeb8bbe097f0b33d8c029fbd299253efa0 (diff) | |
| parent | 10987f08f8b6c510ba64f4b42d95ba67eec6e5b0 (diff) | |
Update upstream source from tag 'upstream/1.25.0'
Update to upstream version '1.25.0'
with Debian dir c2275e6e216e12115941d12f2b939d3f1a36436e
Diffstat (limited to 'test/test_extractor.py')
| -rw-r--r-- | test/test_extractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_extractor.py b/test/test_extractor.py index 144c6f9..6516fa8 100644 --- a/test/test_extractor.py +++ b/test/test_extractor.py @@ -46,7 +46,7 @@ class TestExtractorModule(unittest.TestCase): def setUp(self): extractor._cache.clear() - extractor._module_iter = iter(extractor.modules) + extractor._module_iter = extractor._modules_internal() extractor._list_classes = _list_classes def test_find(self): |
