##// END OF EJS Templates
More debug printing
Emilio Graff -
Show More
@@ -100,6 +100,7 b' def get_options():'
100 #already imported Qt somewhere. Use that
100 #already imported Qt somewhere. Use that
101 loaded = loaded_api()
101 loaded = loaded_api()
102 if loaded is not None:
102 if loaded is not None:
103 print(f'`QtCore` already imported: {loaded=}')
103 return [loaded]
104 return [loaded]
104
105
105 mpl = sys.modules.get('matplotlib', None)
106 mpl = sys.modules.get('matplotlib', None)
General Comments 0
You need to be logged in to leave comments. Login now