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