mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-12 08:33:10 +00:00
Merge pull request #747 from cjmayo/importlib
Import importlib submodules
This commit is contained in:
commit
87f9a9ff11
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
Store metadata and options.
|
||||
"""
|
||||
|
||||
import importlib
|
||||
import importlib.resources
|
||||
import os
|
||||
import re
|
||||
import urllib.parse
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Example usage::
|
|||
plugins = loader.get_plugins(modules, PluginClass)
|
||||
"""
|
||||
import os
|
||||
import importlib
|
||||
import importlib.util
|
||||
import pkgutil
|
||||
|
||||
from .fileutil import is_writable_by_others
|
||||
|
|
|
|||
Loading…
Reference in a new issue