update utils/__init__.py

pull/64/head
zhouzaida 2021-07-23 17:16:44 +08:00
parent dc91aa0456
commit d07a72c144
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ from .utils import (
is_installed,
is_version_equal,
module_full_name,
package2module,
parse_url,
read_installation_records,
recursively_find,
@ -84,4 +85,5 @@ __all__ = [
'get_release_version',
'module_full_name',
'MODULE2PKG',
'package2module',
]