更改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', 'appdirs', 'jaraco', 'importlib_resources',
|
||||
'more_itertools',
|
||||
)
|
||||
names = 'packaging', 'pyparsing', 'appdirs'
|
||||
VendorImporter(__name__, names).install()
|
||||
|
||||
Reference in New Issue
Block a user