Show More
@@ -302,6 +302,7 b' def import_pyside6():' | |||||
302 |
|
302 | |||
303 | ImportErrors raised within this function are non-recoverable |
|
303 | ImportErrors raised within this function are non-recoverable | |
304 | """ |
|
304 | """ | |
|
305 | ||||
305 | def get_attrs(module): |
|
306 | def get_attrs(module): | |
306 | return { |
|
307 | return { | |
307 | name: getattr(module, name) |
|
308 | name: getattr(module, name) |
General Comments 0
You need to be logged in to leave comments.
Login now