--- eric/DataViews/PyCoverageDialog.py +++ eric/DataViews/PyCoverageDialog.py @@ -15,7 +15,7 @@ from .Ui_PyCoverageDialog import Ui_PyCoverageDialog import Utilities -from DebugClients.Python3.coverage import coverage +from coverage import coverage class PyCoverageDialog(QDialog, Ui_PyCoverageDialog): """ --- eric/eric5.e4p +++ eric/eric5.e4p @@ -542,12 +542,6 @@ Helpviewer/HelpTopicDialog.py Helpviewer/HelpSearchWidget.py Helpviewer/HelpDocsInstaller.py - DebugClients/Python/coverage/data.py - DebugClients/Python/coverage/cmdline.py - DebugClients/Python/coverage/collector.py - DebugClients/Python/coverage/misc.py - DebugClients/Python/coverage/control.py - DebugClients/Python/coverage/__init__.py Debugger/DebuggerInterfacePython3.py Preferences/ConfigurationPages/DebuggerPython3Page.py DebugClients/Python3/AsyncFile.py @@ -568,15 +562,6 @@ Helpviewer/HelpWebSearchWidget.py Helpviewer/HelpClearPrivateDataDialog.py Helpviewer/HelpLanguagesDialog.py - DebugClients/Python/coverage/html.py - DebugClients/Python/coverage/report.py - DebugClients/Python/coverage/templite.py - DebugClients/Python/coverage/codeunit.py - DebugClients/Python/coverage/summary.py - DebugClients/Python/coverage/files.py - DebugClients/Python/coverage/annotate.py - DebugClients/Python/coverage/parser.py - DebugClients/Python/coverage/execfile.py Helpviewer/CookieJar/__init__.py Helpviewer/CookieJar/CookiesExceptionsDialog.py Helpviewer/CookieJar/CookieModel.py @@ -631,23 +616,6 @@ IconEditor/IconEditorWindow.py IconEditor/IconZoomDialog.py IconEditor/IconEditorPalette.py - DebugClients/Python/coverage/backward.py - DebugClients/Python3/coverage/__init__.py - DebugClients/Python3/coverage/annotate.py - DebugClients/Python3/coverage/backward.py - DebugClients/Python3/coverage/cmdline.py - DebugClients/Python3/coverage/codeunit.py - DebugClients/Python3/coverage/collector.py - DebugClients/Python3/coverage/control.py - DebugClients/Python3/coverage/data.py - DebugClients/Python3/coverage/execfile.py - DebugClients/Python3/coverage/files.py - DebugClients/Python3/coverage/html.py - DebugClients/Python3/coverage/misc.py - DebugClients/Python3/coverage/parser.py - DebugClients/Python3/coverage/report.py - DebugClients/Python3/coverage/summary.py - DebugClients/Python3/coverage/templite.py ThirdParty/Pygments/pygments/lexers/parsers.py Helpviewer/Passwords/__init__.py Helpviewer/Passwords/PasswordManager.py @@ -700,14 +668,6 @@ eric5-api.py DebugClients/Python/eric5dbgstub.py DebugClients/Python3/eric5dbgstub.py - DebugClients/Python3/coverage/bytecode.py - DebugClients/Python3/coverage/xmlreport.py - DebugClients/Python3/coverage/phystokens.py - DebugClients/Python3/coverage/results.py - DebugClients/Python/coverage/bytecode.py - DebugClients/Python/coverage/xmlreport.py - DebugClients/Python/coverage/phystokens.py - DebugClients/Python/coverage/results.py E5XML/ProjectWriter.py E5XML/SessionWriter.py E5XML/ProjectHandler.py @@ -1082,15 +1042,11 @@ ThirdParty/Pygments/pygments/AUTHORS ThirdParty/Pygments/pygments/PKG-INFO Documentation/Help - DebugClients/Python/coverage/htmlfiles IconEditor/cursors/aim-cursor.xpm IconEditor/cursors/colorpicker-cursor.xpm IconEditor/cursors/eraser-cursor.xpm IconEditor/cursors/fill-cursor.xpm IconEditor/cursors/paintbrush-cursor.xpm - DebugClients/Python/coverage/doc - DebugClients/Python3/coverage/doc - DebugClients/Python3/coverage/htmlfiles eric5config.linux eric5.e4p README-eric5-doc.txt --- eric/PyUnit/UnittestDialog.py +++ eric/PyUnit/UnittestDialog.py @@ -23,7 +23,7 @@ from .Ui_UnittestDialog import Ui_UnittestDialog from .Ui_UnittestStacktraceDialog import Ui_UnittestStacktraceDialog -from DebugClients.Python3.coverage import coverage +from coverage import coverage import UI.PixmapCache --- eric/QScintilla/Editor.py +++ eric/QScintilla/Editor.py @@ -27,7 +27,7 @@ from Debugger.EditBreakpointDialog import EditBreakpointDialog -from DebugClients.Python3.coverage import coverage +from coverage import coverage from DataViews.CodeMetricsDialog import CodeMetricsDialog from DataViews.PyCoverageDialog import PyCoverageDialog