eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8327
666c2b81cbb7
diff -r 0c7a44af84bc -r 962bce857696 eric7/Preferences/ConfigurationPages/MicroPythonPage.py
--- a/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Sun May 16 20:07:24 2021 +0200
@@ -39,7 +39,7 @@
         
         # populate the chart theme combobox
         try:
-            from PyQt5.QtChart import QChart
+            from PyQt6.QtChart import QChart
             
             self.chartThemeComboBox.addItem(
                 self.tr("Automatic"), -1)

eric ide

mercurial