refactor(download): remove ProviderCore/download.py, move sanitize_filename to SYS.utils, replace callers to use API.HTTP.HTTPClient
This commit is contained in:
9
scripts/debug_import_vimm.py
Normal file
9
scripts/debug_import_vimm.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import importlib, traceback
|
||||
|
||||
try:
|
||||
m = importlib.import_module('Provider.vimm')
|
||||
print('Imported', m)
|
||||
print('Vimm class:', getattr(m, 'Vimm', None))
|
||||
except Exception as e:
|
||||
print('Import failed:', e)
|
||||
traceback.print_exc()
|
||||
Reference in New Issue
Block a user