更改enroll命名,添加了注释,向get_error_msg中添加了一些错误代码
This commit is contained in:
+1
-4
@@ -69,8 +69,5 @@ class VendorImporter:
|
||||
sys.meta_path.append(self)
|
||||
|
||||
|
||||
names = (
|
||||
'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata',
|
||||
'zipp', 'importlib_resources', 'jaraco', 'typing_extensions', 'nspektr', 'tomli',
|
||||
)
|
||||
names = 'packaging', 'pyparsing', 'ordered_set', 'more_itertools',
|
||||
VendorImporter(__name__, names, 'setuptools._vendor').install()
|
||||
|
||||
Reference in New Issue
Block a user