Performed some more code cleanup.

Mon, 12 Oct 2020 19:28:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 12 Oct 2020 19:28:42 +0200
changeset 7781
607a6098cb44
parent 7780
41420f82c0ac
child 7782
976d3b19ba7f

Performed some more code cleanup.

eric6/QScintilla/APIsManager.py file | annotate | diff | comparison | revisions
eric6/QScintilla/EditorAssembly.py file | annotate | diff | comparison | revisions
eric6/QScintilla/EditorButtonsWidget.py file | annotate | diff | comparison | revisions
eric6/QScintilla/EditorMarkerMap.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/ExporterBase.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/ExporterHTML.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/ExporterODT.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/ExporterPDF.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/ExporterRTF.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/ExporterTEX.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Exporters/__init__.py file | annotate | diff | comparison | revisions
eric6/QScintilla/GotoDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/KeySequenceTranslator.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/Lexer.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerBash.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerBatch.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerCMake.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerCPP.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerCSS.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerCSharp.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerCoffeeScript.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerContainer.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerD.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerDiff.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerFortran.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerFortran77.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerHTML.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerIDL.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerJSON.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerJava.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerJavaScript.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerLua.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerMakefile.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerMarkdown.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerMatlab.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerOctave.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPO.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPOV.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPascal.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPerl.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPostScript.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerProperties.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPygments.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerPython.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerQSS.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerRuby.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerSQL.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerTCL.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerTeX.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerVHDL.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerXML.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/LexerYAML.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/SubstyledLexer.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Lexers/__init__.py file | annotate | diff | comparison | revisions
eric6/QScintilla/MarkupProviders/HtmlProvider.py file | annotate | diff | comparison | revisions
eric6/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/MarkupProviders/ImageMarkupDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/MarkupProviders/MarkdownProvider.py file | annotate | diff | comparison | revisions
eric6/QScintilla/MarkupProviders/RestructuredTextProvider.py file | annotate | diff | comparison | revisions
eric6/QScintilla/MarkupProviders/__init__.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Printer.py file | annotate | diff | comparison | revisions
eric6/QScintilla/QsciScintillaCompat.py file | annotate | diff | comparison | revisions
eric6/QScintilla/SearchReplaceWidget.py file | annotate | diff | comparison | revisions
eric6/QScintilla/ShellHistoryDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/ShellWindow.py file | annotate | diff | comparison | revisions
eric6/QScintilla/SortOptionsDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/SpellChecker.py file | annotate | diff | comparison | revisions
eric6/QScintilla/SpellCheckingDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/SpellingDictionaryEditDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/TypingCompleters/CompleterBase.py file | annotate | diff | comparison | revisions
eric6/QScintilla/ZoomDialog.py file | annotate | diff | comparison | revisions
eric6/Snapshot/SnapshotDefaultGrabber.py file | annotate | diff | comparison | revisions
eric6/Snapshot/SnapshotFreehandGrabber.py file | annotate | diff | comparison | revisions
eric6/Snapshot/SnapshotPreview.py file | annotate | diff | comparison | revisions
eric6/Snapshot/SnapshotRegionGrabber.py file | annotate | diff | comparison | revisions
eric6/Snapshot/SnapshotTimer.py file | annotate | diff | comparison | revisions
eric6/Snapshot/SnapshotWaylandGrabber.py file | annotate | diff | comparison | revisions
eric6/SqlBrowser/SqlBrowser.py file | annotate | diff | comparison | revisions
eric6/SqlBrowser/SqlBrowserWidget.py file | annotate | diff | comparison | revisions
eric6/SqlBrowser/SqlConnectionDialog.py file | annotate | diff | comparison | revisions
eric6/SqlBrowser/SqlConnectionWidget.py file | annotate | diff | comparison | revisions
eric6/Tasks/Task.py file | annotate | diff | comparison | revisions
eric6/Tasks/TaskPropertiesDialog.py file | annotate | diff | comparison | revisions
eric6/Tasks/TaskViewer.py file | annotate | diff | comparison | revisions
eric6/Templates/TemplateMultipleVariablesDialog.py file | annotate | diff | comparison | revisions
eric6/Templates/TemplateSingleVariableDialog.py file | annotate | diff | comparison | revisions
eric6/Templates/TemplateViewer.py file | annotate | diff | comparison | revisions
eric6/Toolbox/SingleApplication.py file | annotate | diff | comparison | revisions
eric6/Toolbox/Startup.py file | annotate | diff | comparison | revisions
eric6/Tools/TRPreviewer.py file | annotate | diff | comparison | revisions
eric6/Tools/TRSingleApplication.py file | annotate | diff | comparison | revisions
eric6/Tools/TrayStarter.py file | annotate | diff | comparison | revisions
eric6/Tools/UIPreviewer.py file | annotate | diff | comparison | revisions
eric6/Tools/webBrowserSupport.py file | annotate | diff | comparison | revisions
eric6/UI/AuthenticationDialog.py file | annotate | diff | comparison | revisions
eric6/UI/Browser.py file | annotate | diff | comparison | revisions
eric6/UI/BrowserModel.py file | annotate | diff | comparison | revisions
eric6/UI/BrowserSortFilterProxyModel.py file | annotate | diff | comparison | revisions
eric6/UI/ClearPrivateDataDialog.py file | annotate | diff | comparison | revisions
eric6/UI/CompareDialog.py file | annotate | diff | comparison | revisions
eric6/UI/DeleteFilesConfirmationDialog.py file | annotate | diff | comparison | revisions
eric6/UI/DiffHighlighter.py file | annotate | diff | comparison | revisions
eric6/UI/ErrorLogDialog.py file | annotate | diff | comparison | revisions
eric6/UI/FindFileDialog.py file | annotate | diff | comparison | revisions
eric6/UI/FindFileNameDialog.py file | annotate | diff | comparison | revisions
eric6/UI/LogView.py file | annotate | diff | comparison | revisions
eric6/UI/NotificationWidget.py file | annotate | diff | comparison | revisions
eric6/UI/NumbersWidget.py file | annotate | diff | comparison | revisions
eric6/UI/PixmapCache.py file | annotate | diff | comparison | revisions
eric6/UI/Previewer.py file | annotate | diff | comparison | revisions
eric6/UI/Previewers/PreviewerHTML.py file | annotate | diff | comparison | revisions
eric6/UI/Previewers/PreviewerQSS.py file | annotate | diff | comparison | revisions
eric6/UI/SearchWidget.py file | annotate | diff | comparison | revisions
eric6/UI/SplashScreen.py file | annotate | diff | comparison | revisions
eric6/UI/SymbolsWidget.py file | annotate | diff | comparison | revisions
eric6/UI/UserInterface.py file | annotate | diff | comparison | revisions
eric6/Utilities/AutoSaver.py file | annotate | diff | comparison | revisions
eric6/Utilities/BackgroundService.py file | annotate | diff | comparison | revisions
eric6/Utilities/ClassBrowsers/__init__.py file | annotate | diff | comparison | revisions
eric6/Utilities/ClassBrowsers/idlclbr.py file | annotate | diff | comparison | revisions
eric6/Utilities/ClassBrowsers/jsclbr.py file | annotate | diff | comparison | revisions
eric6/Utilities/ClassBrowsers/protoclbr.py file | annotate | diff | comparison | revisions
eric6/Utilities/ClassBrowsers/pyclbr.py file | annotate | diff | comparison | revisions
eric6/Utilities/ClassBrowsers/rbclbr.py file | annotate | diff | comparison | revisions
eric6/Utilities/FtpUtilities.py file | annotate | diff | comparison | revisions
eric6/Utilities/MimeTypes.py file | annotate | diff | comparison | revisions
eric6/Utilities/ModuleParser.py file | annotate | diff | comparison | revisions
eric6/Utilities/MouseUtilities.py file | annotate | diff | comparison | revisions
eric6/Utilities/PasswordChecker.py file | annotate | diff | comparison | revisions
eric6/Utilities/crypto/__init__.py file | annotate | diff | comparison | revisions
eric6/Utilities/crypto/py3AES.py file | annotate | diff | comparison | revisions
eric6/Utilities/crypto/py3PBKDF2.py file | annotate | diff | comparison | revisions
eric6/Utilities/uic.py file | annotate | diff | comparison | revisions
eric6/VCS/CommandOptionsDialog.py file | annotate | diff | comparison | revisions
eric6/VCS/ProjectBrowserHelper.py file | annotate | diff | comparison | revisions
eric6/VCS/ProjectHelper.py file | annotate | diff | comparison | revisions
eric6/VCS/RepositoryInfoDialog.py file | annotate | diff | comparison | revisions
eric6/VCS/StatusMonitorLed.py file | annotate | diff | comparison | revisions
eric6/VCS/StatusMonitorThread.py file | annotate | diff | comparison | revisions
eric6/VCS/VersionControl.py file | annotate | diff | comparison | revisions
eric6/VCS/__init__.py file | annotate | diff | comparison | revisions
eric6/ViewManager/BookmarkedFilesDialog.py file | annotate | diff | comparison | revisions
eric6/ViewManager/__init__.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvAddEditDialog.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvConfigurationDialog.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvExecDialog.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvManager.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvManagerDialog.py file | annotate | diff | comparison | revisions
eric6/VirtualEnv/VirtualenvNameDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockExceptionsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockIcon.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockMatcher.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockPage.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockSearchTree.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockSubscription.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockTreeWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AdBlock/AdBlockUrlInterceptor.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AutoScroll/AutoScroller.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/AutoScroll/FrameScroller.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/AddBookmarkDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarkNode.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarkPropertiesDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImportDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/BookmarksImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksImporters/__init__.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksMenu.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/BookmarksToolBar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/NsHtmlWriter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/XbelReader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Bookmarks/XbelWriter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/ClosedTabsManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/CookieJar/CookieExceptionsModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/CookieJar/CookieJar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/CookieJar/CookiesConfigurationDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/CookieJar/CookiesDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/CookieJar/CookiesExceptionsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Download/DownloadAskActionDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Download/DownloadItem.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Download/DownloadManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Download/DownloadManagerButton.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Download/DownloadModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Download/DownloadUtilities.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FeaturePermissions/FeaturePermissionBar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FeaturePermissions/FeaturePermissionManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Feeds/FeedEditDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Feeds/FeedsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Feeds/FeedsManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FlashCookieManager/FlashCookie.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FlashCookieManager/FlashCookieManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FlashCookieManager/FlashCookieNotification.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FlashCookieManager/FlashCookieReader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/FlashCookieManager/FlashCookieUtilities.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyJsObject.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/GreaseMonkey/GreaseMonkeyManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/History/HistoryDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/History/HistoryFilterModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/History/HistoryManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/History/HistoryMenu.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/History/HistoryModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/History/HistoryTreeModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/ImageSearch/ImageSearchEngine.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/JavaScript/ExternalJsObject.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/JavaScript/PasswordManagerJsObject.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/JavaScript/StartPageJsObject.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Navigation/NavigationBar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Navigation/NavigationContainer.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Navigation/ReloadStopButton.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/NetworkManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/NetworkUrlInterceptor.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/ProtocolHandlerManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/ProtocolHandlerManagerDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/QtHelpSchemeHandler.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/SendRefererWhitelistDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/SslErrorExceptionsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Network/UrlInterceptor.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchEditDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchEngine.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchEngineAction.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchEngineModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchReader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/OpenSearch/OpenSearchWriter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/PageScreenDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Passwords/LoginForm.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Passwords/PasswordManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Passwords/PasswordModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Passwords/PasswordReader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Passwords/PasswordWriter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Passwords/PasswordsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/PersonalInformationManager/PersonalDataDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/QtHelp/HelpDocsInstaller.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/QtHelp/HelpIndexWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/QtHelp/HelpSearchWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/QtHelp/HelpTocWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/QtHelp/HelpTopicDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/QtHelp/QtHelpDocumentationSelectionDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SafeBrowsing/SafeBrowsingManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SearchWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Session/SessionManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Session/SessionManagerDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SiteInfo/SiteInfoDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SiteInfo/SiteInfoWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SpeedDial/PageThumbnailer.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SpeedDial/SpeedDial.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SpeedDial/SpeedDialReader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SpeedDial/SpeedDialWriter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/SpellCheck/ManageDictionariesDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/StatusBar/ImagesIcon.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/StatusBar/JavaScriptIcon.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/StatusBar/JavaScriptSettingsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/StatusBar/StatusBarIcon.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/DirectorySyncHandler.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/FtpSyncHandler.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncAssistantDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncDataPage.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncDirectorySettingsPage.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncEncryptionPage.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncFtpSettingsPage.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncHandler.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncHostTypePage.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Sync/SyncManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/TabManager/TabManagerWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/DelayedFileWatcher.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/PrintToPdfDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/Scripts.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/WebBrowserTools.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/WebHitTestResult.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/WebIconDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/WebIconLoader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/Tools/WebIconProvider.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UrlBar/BookmarkInfoDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UrlBar/FavIconLabel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UrlBar/SslLabel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UrlBar/StackedUrlBar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UrlBar/UrlBar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UserAgent/UserAgentManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UserAgent/UserAgentModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UserAgent/UserAgentReader.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UserAgent/UserAgentWriter.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/UserAgent/UserAgentsDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/VirusTotal/VirusTotalApi.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserJavaScriptConsole.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserLanguagesDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserSingleApplication.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserSnap.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserTabBar.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserTabWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserView.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebBrowserWebSearchWidget.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/WebInspector.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/ZoomManager/ZoomManager.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/ZoomManager/ZoomValuesDialog.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/ZoomManager/ZoomValuesModel.py file | annotate | diff | comparison | revisions
eric6/WebBrowser/__init__.py file | annotate | diff | comparison | revisions
eric6/eric6.pyw file | annotate | diff | comparison | revisions
eric6/eric6_api.py file | annotate | diff | comparison | revisions
eric6/eric6_browser.py file | annotate | diff | comparison | revisions
eric6/eric6_browser.pyw file | annotate | diff | comparison | revisions
eric6/eric6_compare.py file | annotate | diff | comparison | revisions
eric6/eric6_compare.pyw file | annotate | diff | comparison | revisions
eric6/eric6_configure.py file | annotate | diff | comparison | revisions
eric6/eric6_configure.pyw file | annotate | diff | comparison | revisions
eric6/eric6_diff.py file | annotate | diff | comparison | revisions
eric6/eric6_diff.pyw file | annotate | diff | comparison | revisions
eric6/eric6_doc.py file | annotate | diff | comparison | revisions
eric6/eric6_editor.py file | annotate | diff | comparison | revisions
eric6/eric6_editor.pyw file | annotate | diff | comparison | revisions
eric6/eric6_hexeditor.py file | annotate | diff | comparison | revisions
eric6/eric6_hexeditor.pyw file | annotate | diff | comparison | revisions
eric6/eric6_iconeditor.py file | annotate | diff | comparison | revisions
eric6/eric6_iconeditor.pyw file | annotate | diff | comparison | revisions
eric6/eric6_plugininstall.py file | annotate | diff | comparison | revisions
eric6/eric6_plugininstall.pyw file | annotate | diff | comparison | revisions
eric6/eric6_pluginrepository.py file | annotate | diff | comparison | revisions
eric6/eric6_pluginrepository.pyw file | annotate | diff | comparison | revisions
eric6/eric6_pluginuninstall.py file | annotate | diff | comparison | revisions
eric6/eric6_pluginuninstall.pyw file | annotate | diff | comparison | revisions
eric6/eric6_post_install.py file | annotate | diff | comparison | revisions
eric6/eric6_qregularexpression.py file | annotate | diff | comparison | revisions
eric6/eric6_qregularexpression.pyw file | annotate | diff | comparison | revisions
eric6/eric6_re.py file | annotate | diff | comparison | revisions
eric6/eric6_re.pyw file | annotate | diff | comparison | revisions
eric6/eric6_shell.py file | annotate | diff | comparison | revisions
eric6/eric6_shell.pyw file | annotate | diff | comparison | revisions
eric6/eric6_snap.py file | annotate | diff | comparison | revisions
eric6/eric6_snap.pyw file | annotate | diff | comparison | revisions
eric6/eric6_sqlbrowser.py file | annotate | diff | comparison | revisions
eric6/eric6_sqlbrowser.pyw file | annotate | diff | comparison | revisions
eric6/eric6_tray.py file | annotate | diff | comparison | revisions
eric6/eric6_tray.pyw file | annotate | diff | comparison | revisions
eric6/eric6_trpreviewer.py file | annotate | diff | comparison | revisions
eric6/eric6_trpreviewer.pyw file | annotate | diff | comparison | revisions
eric6/eric6_uipreviewer.py file | annotate | diff | comparison | revisions
eric6/eric6_uipreviewer.pyw file | annotate | diff | comparison | revisions
eric6/eric6_unittest.py file | annotate | diff | comparison | revisions
eric6/eric6_unittest.pyw file | annotate | diff | comparison | revisions
eric6/eric6config.py file | annotate | diff | comparison | revisions
scripts/install-i18n.py file | annotate | diff | comparison | revisions
scripts/patch_modpython.py file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/eric6/QScintilla/APIsManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/APIsManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the APIsManager.
 """
 
-
 import os
 
 from PyQt5.QtCore import QDir, QFileInfo, pyqtSignal, QObject
--- a/eric6/QScintilla/EditorAssembly.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/EditorAssembly.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 combos and the editor widget.
 """
 
-
 from PyQt5.QtCore import QTimer
 from PyQt5.QtWidgets import QWidget, QGridLayout, QComboBox
 
--- a/eric6/QScintilla/EditorButtonsWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/EditorButtonsWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 editor actions.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import (
     QWidget, QVBoxLayout, QToolButton, QFrame, QMenu, QSizePolicy, QScrollArea
--- a/eric6/QScintilla/EditorMarkerMap.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/EditorMarkerMap.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class for showing an editor marker map.
 """
 
-
 from E5Gui.E5MapWidget import E5MapWidget
 
 import Preferences
--- a/eric6/QScintilla/Exporters/ExporterBase.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/ExporterBase.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the exporter base class.
 """
 
-
 from PyQt5.QtCore import QFileInfo, QObject, QCoreApplication
 
 from E5Gui import E5MessageBox, E5FileDialog
--- a/eric6/QScintilla/Exporters/ExporterHTML.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/ExporterHTML.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an exporter for HTML.
 """
 
-
 # This code is a port of the C++ code found in SciTE 1.74
 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
 
--- a/eric6/QScintilla/Exporters/ExporterODT.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/ExporterODT.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an exporter for ODT.
 """
 
-
 from PyQt5.QtGui import QTextDocument, QTextDocumentWriter
 
 from E5Gui import E5MessageBox
--- a/eric6/QScintilla/Exporters/ExporterPDF.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/ExporterPDF.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an exporter for PDF.
 """
 
-
 # This code is a port of the C++ code found in SciTE 1.74
 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
 
--- a/eric6/QScintilla/Exporters/ExporterRTF.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/ExporterRTF.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an exporter for RTF.
 """
 
-
 # This code is a port of the C++ code found in SciTE 1.74
 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
 
--- a/eric6/QScintilla/Exporters/ExporterTEX.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/ExporterTEX.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an exporter for TeX.
 """
 
-
 # This code is a port of the C++ code found in SciTE 1.74
 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
 
--- a/eric6/QScintilla/Exporters/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Exporters/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Package implementing exporters for various file formats.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 
 
--- a/eric6/QScintilla/GotoDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/GotoDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Goto dialog.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_GotoDialog import Ui_GotoDialog
--- a/eric6/QScintilla/KeySequenceTranslator.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/KeySequenceTranslator.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 QKeySequence standard keys.
 """
 
-
 from PyQt5.QtGui import QKeySequence
 from PyQt5.Qsci import QsciScintilla
 
--- a/eric6/QScintilla/Lexers/Lexer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/Lexer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the lexer mixin class.
 """
 
-
 import Preferences
 
 
--- a/eric6/QScintilla/Lexers/LexerBash.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerBash.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Bash lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerBash
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerBatch.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerBatch.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Batch file lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerBatch
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerCMake.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerCMake.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a CMake lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerCMake
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerCPP.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerCPP.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a CPP lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerCPP, QsciScintilla
 
 from .SubstyledLexer import SubstyledLexer
--- a/eric6/QScintilla/Lexers/LexerCSS.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerCSS.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a CSS lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerCSS
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerCSharp.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerCSharp.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a C# lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerCSharp, QsciScintilla
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerCoffeeScript.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerCoffeeScript.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a CoffeeScript lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerCoffeeScript
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerContainer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerContainer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a base class for custom lexers.
 """
 
-
 from PyQt5.Qsci import QsciLexer
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerD.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerD.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a D lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerD, QsciScintilla
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerDiff.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerDiff.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Diff lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerDiff
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerFortran.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerFortran.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Fortran lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerFortran
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerFortran77.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerFortran77.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Fortran lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerFortran77
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerHTML.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerHTML.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a HTML lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerHTML
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerIDL.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerIDL.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an IDL lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerIDL, QsciScintilla
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerJSON.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerJSON.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a JSON lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerJSON
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerJava.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerJava.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Java lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerJava, QsciScintilla
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerJavaScript.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerJavaScript.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a JavaScript lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerJavaScript, QsciScintilla
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerLua.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerLua.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Lua lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerLua
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerMakefile.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerMakefile.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Makefile lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerMakefile
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerMarkdown.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerMarkdown.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Markdown lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerMarkdown
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerMatlab.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerMatlab.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Matlab lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerMatlab
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerOctave.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerOctave.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Octave lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerOctave
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerPO.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPO.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Gettext lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerPO
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerPOV.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPOV.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Povray lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerPOV
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerPascal.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPascal.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Pascal lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerPascal
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerPerl.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPerl.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Perl lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerPerl
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerPostScript.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPostScript.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a PostScript lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerPostScript
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerProperties.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerProperties.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Properties lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerProperties
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerPygments.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPygments.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a custom lexer using pygments.
 """
 
-
 from pygments.token import Token
 from pygments.lexers import (
     guess_lexer_for_filename, guess_lexer, find_lexer_class
--- a/eric6/QScintilla/Lexers/LexerPython.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerPython.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Python lexer with some additional methods.
 """
 
-
 import re
 
 from PyQt5.Qsci import QsciLexerPython, QsciScintilla
--- a/eric6/QScintilla/Lexers/LexerQSS.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerQSS.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a QSS lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerCSS
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerRuby.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerRuby.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Ruby lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerRuby
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerSQL.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerSQL.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a SQL lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerSQL
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerTCL.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerTCL.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a TCL/Tk lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerTCL
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerTeX.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerTeX.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Tex lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerTeX
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerVHDL.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerVHDL.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a VHDL lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerVHDL
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerXML.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerXML.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a XML lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerXML
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/LexerYAML.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/LexerYAML.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a YAML lexer with some additional methods.
 """
 
-
 from PyQt5.Qsci import QsciLexerYAML
 
 from .Lexer import Lexer
--- a/eric6/QScintilla/Lexers/SubstyledLexer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/SubstyledLexer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the lexer mixin class.
 """
 
-
 import copy
 
 from PyQt5.QtGui import QColor
--- a/eric6/QScintilla/Lexers/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Lexers/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Package implementing lexers for the various supported programming languages.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 
 import Preferences
--- a/eric6/QScintilla/MarkupProviders/HtmlProvider.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/MarkupProviders/HtmlProvider.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the HTML markup provider.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 from PyQt5.QtWidgets import QDialog, QInputDialog
 
--- a/eric6/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter data to insert a hyperlink.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 
--- a/eric6/QScintilla/MarkupProviders/ImageMarkupDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/MarkupProviders/ImageMarkupDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter data for an image markup.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QSize
 from PyQt5.QtGui import QImage, QImageReader
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
--- a/eric6/QScintilla/MarkupProviders/MarkdownProvider.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/MarkupProviders/MarkdownProvider.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Markdown markup provider.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 from PyQt5.QtWidgets import QDialog, QInputDialog
 
--- a/eric6/QScintilla/MarkupProviders/RestructuredTextProvider.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/MarkupProviders/RestructuredTextProvider.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the reStructured Text markup provider.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 from PyQt5.QtWidgets import QDialog, QInputDialog
 
--- a/eric6/QScintilla/MarkupProviders/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/MarkupProviders/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Package providing various markup providers.
 """
 
-
 import os
 
 import Preferences
--- a/eric6/QScintilla/Printer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/Printer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the printer functionality.
 """
 
-
 from PyQt5.QtCore import QTime, QDate, Qt, QCoreApplication
 from PyQt5.QtGui import QColor
 from PyQt5.QtPrintSupport import QPrinter
--- a/eric6/QScintilla/QsciScintillaCompat.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/QsciScintillaCompat.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a compatability interface class to QsciScintilla.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QPoint
 from PyQt5.QtGui import QPalette, QColor, QFontMetrics
 from PyQt5.QtWidgets import QApplication, QListWidget
--- a/eric6/QScintilla/SearchReplaceWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/SearchReplaceWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the search and replace widget.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, pyqtSlot, QEvent
 from PyQt5.QtWidgets import (
     QWidget, QHBoxLayout, QToolButton, QScrollArea, QSizePolicy, QFrame
--- a/eric6/QScintilla/ShellHistoryDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/ShellHistoryDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the shell history dialog.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, Qt, QItemSelectionModel
--- a/eric6/QScintilla/ShellWindow.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/ShellWindow.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a stand alone shell window.
 """
 
-
 import sys
 import os
 
--- a/eric6/QScintilla/SortOptionsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/SortOptionsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter the sort options for a line sort.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_SortOptionsDialog import Ui_SortOptionsDialog
--- a/eric6/QScintilla/SpellChecker.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/SpellChecker.py	Mon Oct 12 19:28:42 2020 +0200
@@ -9,7 +9,6 @@
 The spell checker is based on pyenchant.
 """
 
-
 import os
 
 from PyQt5.QtCore import QTimer, QObject
--- a/eric6/QScintilla/SpellCheckingDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/SpellCheckingDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the spell checking dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/QScintilla/SpellingDictionaryEditDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/SpellingDictionaryEditDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to edit the various spell checking dictionaries.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, Qt, QSortFilterProxyModel, QStringListModel
--- a/eric6/QScintilla/TypingCompleters/CompleterBase.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/TypingCompleters/CompleterBase.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 user types '(').
 """
 
-
 from PyQt5.QtCore import QObject
 
 
--- a/eric6/QScintilla/ZoomDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/QScintilla/ZoomDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to select the zoom scale.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_ZoomDialog import Ui_ZoomDialog
--- a/eric6/Snapshot/SnapshotDefaultGrabber.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Snapshot/SnapshotDefaultGrabber.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a grabber object for non-Wayland desktops.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QObject, QTimer, QEvent
 from PyQt5.QtGui import QPixmap, QCursor
 from PyQt5.QtWidgets import QWidget, QApplication
--- a/eric6/Snapshot/SnapshotFreehandGrabber.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Snapshot/SnapshotFreehandGrabber.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a grabber widget for a freehand snapshot region.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QRect, QPoint, QTimer, QLocale
 from PyQt5.QtGui import (
     QPixmap, QColor, QRegion, QPainter, QPalette, QPolygon, QPen, QBrush,
--- a/eric6/Snapshot/SnapshotPreview.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Snapshot/SnapshotPreview.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the snapshot preview label.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, QPoint, Qt
 from PyQt5.QtWidgets import QLabel, QApplication
 
--- a/eric6/Snapshot/SnapshotRegionGrabber.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Snapshot/SnapshotRegionGrabber.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a grabber widget for a rectangular snapshot region.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QRect, QPoint, QTimer, QLocale
 from PyQt5.QtGui import (
     QPixmap, QColor, QRegion, QPainter, QPalette, QPaintEngine, QPen, QBrush
--- a/eric6/Snapshot/SnapshotTimer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Snapshot/SnapshotTimer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the snapshot timer widget.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QTimer, QRect
 from PyQt5.QtGui import QPainter, QPalette
 from PyQt5.QtWidgets import QWidget, QApplication, QToolTip
--- a/eric6/Snapshot/SnapshotWaylandGrabber.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Snapshot/SnapshotWaylandGrabber.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a grabber object for non-Wayland desktops.
 """
 
-
 import os
 import uuid
 
--- a/eric6/SqlBrowser/SqlBrowser.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/SqlBrowser/SqlBrowser.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the SQL Browser main window.
 """
 
-
 from PyQt5.QtCore import QTimer, QUrl
 from PyQt5.QtGui import QKeySequence
 from PyQt5.QtSql import QSqlError, QSqlDatabase
--- a/eric6/SqlBrowser/SqlBrowserWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/SqlBrowser/SqlBrowserWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the SQL Browser widget.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, QVariant, Qt, pyqtSlot
 from PyQt5.QtGui import QStandardItemModel
 from PyQt5.QtWidgets import QWidget, QDialog, QAbstractItemView
--- a/eric6/SqlBrowser/SqlConnectionDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/SqlBrowser/SqlConnectionDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter the connection parameters.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 from PyQt5.QtSql import QSqlDatabase
--- a/eric6/SqlBrowser/SqlConnectionWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/SqlBrowser/SqlConnectionWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget showing the SQL connections.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt
 from PyQt5.QtWidgets import (
     QWidget, QHeaderView, QTreeWidget, QVBoxLayout, QTreeWidgetItem, QAction
--- a/eric6/Tasks/Task.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tasks/Task.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to store task data.
 """
 
-
 import os
 import time
 
--- a/eric6/Tasks/TaskPropertiesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tasks/TaskPropertiesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the task properties dialog.
 """
 
-
 import time
 
 from PyQt5.QtWidgets import QDialog
--- a/eric6/Tasks/TaskViewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tasks/TaskViewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 introductory text. This text is configurable.
 """
 
-
 import os
 import fnmatch
 import threading
--- a/eric6/Templates/TemplateMultipleVariablesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Templates/TemplateMultipleVariablesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog for entering multiple template variables.
 """
 
-
 from PyQt5.QtCore import QSize, Qt
 from PyQt5.QtWidgets import (
     QSizePolicy, QSpacerItem, QWidget, QHBoxLayout, QLineEdit, QPushButton,
--- a/eric6/Templates/TemplateSingleVariableDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Templates/TemplateSingleVariableDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog for entering a single template variable.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_TemplateSingleVariableDialog import Ui_TemplateSingleVariableDialog
--- a/eric6/Templates/TemplateViewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Templates/TemplateViewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a template viewer and associated classes.
 """
 
-
 import datetime
 import os
 import re
--- a/eric6/Toolbox/SingleApplication.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Toolbox/SingleApplication.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the single application server and client.
 """
 
-
 import json
 
 from PyQt5.QtCore import QByteArray
--- a/eric6/Toolbox/Startup.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Toolbox/Startup.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing some startup helper funcions.
 """
 
-
 import os
 import sys
 
--- a/eric6/Tools/TRPreviewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tools/TRPreviewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the TR Previewer main window.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/Tools/TRSingleApplication.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tools/TRSingleApplication.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the single application server and client.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSignal
--- a/eric6/Tools/TrayStarter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tools/TrayStarter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a starter for the system tray.
 """
 
-
 import sys
 import os
 
--- a/eric6/Tools/UIPreviewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tools/UIPreviewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the UI Previewer main window.
 """
 
-
 from PyQt5.QtCore import QDir, QFileInfo, QEvent, QSize, Qt
 from PyQt5.QtGui import QKeySequence, QImageWriter, QPainter
 from PyQt5.QtWidgets import (
--- a/eric6/Tools/webBrowserSupport.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Tools/webBrowserSupport.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 it is absent.
 """
 
-
 import sys
 
 variant = "None"
--- a/eric6/UI/AuthenticationDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/AuthenticationDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the authentication dialog for the help browser.
 """
 
-
 from PyQt5.QtWidgets import QDialog, QStyle
 
 from .Ui_AuthenticationDialog import Ui_AuthenticationDialog
--- a/eric6/UI/Browser.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/Browser.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a browser with class browsing capabilities.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/UI/BrowserModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/BrowserModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the browser model.
 """
 
-
 import os
 import fnmatch
 import json
--- a/eric6/UI/BrowserSortFilterProxyModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/BrowserSortFilterProxyModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the browser sort filter proxy model.
 """
 
-
 from PyQt5.QtCore import QModelIndex, QSortFilterProxyModel
 
 import Preferences
--- a/eric6/UI/ClearPrivateDataDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/ClearPrivateDataDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to select which private data to clear.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_ClearPrivateDataDialog import Ui_ClearPrivateDataDialog
--- a/eric6/UI/CompareDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/CompareDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 side.
 """
 
-
 import re
 from difflib import _mdiff, IS_CHARACTER_JUNK
 
--- a/eric6/UI/DeleteFilesConfirmationDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/DeleteFilesConfirmationDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to confirm deletion of multiple files.
 """
 
-
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 
 from .Ui_DeleteFilesConfirmationDialog import Ui_DeleteFilesConfirmationDialog
--- a/eric6/UI/DiffHighlighter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/DiffHighlighter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a syntax highlighter for unified and context diff outputs.
 """
 
-
 from E5Gui.E5GenericDiffHighlighter import TERMINAL, E5GenericDiffHighlighter
 
 
--- a/eric6/UI/ErrorLogDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/ErrorLogDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to display an error log.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, Qt
--- a/eric6/UI/FindFileDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/FindFileDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to search for text in files.
 """
 
-
 import os
 import re
 
--- a/eric6/UI/FindFileNameDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/FindFileNameDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to search for files.
 """
 
-
 import os
 import sys
 
--- a/eric6/UI/LogView.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/LogView.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the log viewer widget and the log widget.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QRegularExpression
 from PyQt5.QtGui import QBrush, QTextCursor, QTextDocument
 from PyQt5.QtWidgets import (
--- a/eric6/UI/NotificationWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/NotificationWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a Notification widget.
 """
 
-
 from PyQt5.QtCore import Qt, QTimer, QPoint
 from PyQt5.QtGui import QPixmap
 from PyQt5.QtWidgets import QWidget
--- a/eric6/UI/NumbersWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/NumbersWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget to show numbers in different formats.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QAbstractTableModel
 from PyQt5.QtWidgets import QWidget, QHeaderView
 
--- a/eric6/UI/PixmapCache.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/PixmapCache.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a pixmap cache for icons.
 """
 
-
 import os
 
 from PyQt5.QtCore import Qt, QSize
--- a/eric6/UI/Previewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/Previewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a previewer widget for HTML, Markdown and ReST files.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, QTimer
--- a/eric6/UI/Previewers/PreviewerHTML.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/Previewers/PreviewerHTML.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a previewer widget for HTML, Markdown and ReST files.
 """
 
-
 import os
 import threading
 import re
--- a/eric6/UI/Previewers/PreviewerQSS.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/Previewers/PreviewerQSS.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a previewer widget for Qt style sheet files.
 """
 
-
 import os
 
 from PyQt5.QtWidgets import (
--- a/eric6/UI/SearchWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/SearchWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the search box for the shell and log viewer.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt
 from PyQt5.QtWidgets import QWidget, QSpacerItem, QSizePolicy
 
--- a/eric6/UI/SplashScreen.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/SplashScreen.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a splashscreen for eric6.
 """
 
-
 import os.path
 import logging
 
--- a/eric6/UI/SymbolsWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/SymbolsWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget to select a symbol in various formats.
 """
 
-
 import sys
 import unicodedata
 import html.entities
--- a/eric6/UI/UserInterface.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/UI/UserInterface.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the main user interface.
 """
 
-
 import os
 import sys
 import logging
--- a/eric6/Utilities/AutoSaver.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/AutoSaver.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an auto saver class.
 """
 
-
 from PyQt5.QtCore import QObject, QBasicTimer, QTime
 
 
--- a/eric6/Utilities/BackgroundService.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/BackgroundService.py	Mon Oct 12 19:28:42 2020 +0200
@@ -9,7 +9,6 @@
 python interpreter dependent functions.
 """
 
-
 import json
 import os
 import struct
--- a/eric6/Utilities/ClassBrowsers/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -18,7 +18,6 @@
 </ul>
 """
 
-
 import os
 import importlib
 
--- a/eric6/Utilities/ClassBrowsers/idlclbr.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/idlclbr.py	Mon Oct 12 19:28:42 2020 +0200
@@ -14,7 +14,6 @@
 It is based on the Python class browser found in this package.
 """
 
-
 import re
 
 import Utilities
--- a/eric6/Utilities/ClassBrowsers/jsclbr.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/jsclbr.py	Mon Oct 12 19:28:42 2020 +0200
@@ -9,7 +9,6 @@
 It uses the JavaScript parser contained in the jasy web framework.
 """
 
-
 import jasy.script.parse.Parser as jsParser
 import jasy.script.tokenize.Tokenizer as jsTokenizer
 
--- a/eric6/Utilities/ClassBrowsers/protoclbr.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/protoclbr.py	Mon Oct 12 19:28:42 2020 +0200
@@ -10,7 +10,6 @@
 It is based on the Python class browser found in this package.
 """
 
-
 import re
 
 import Utilities
--- a/eric6/Utilities/ClassBrowsers/pyclbr.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/pyclbr.py	Mon Oct 12 19:28:42 2020 +0200
@@ -10,7 +10,6 @@
 to find out the superclasses of a class as well as its attributes.
 """
 
-
 import sys
 import re
 from functools import reduce
--- a/eric6/Utilities/ClassBrowsers/rbclbr.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/rbclbr.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 It is based on the Python class browser found in this package.
 """
 
-
 import re
 
 import Utilities
--- a/eric6/Utilities/FtpUtilities.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/FtpUtilities.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing some FTP related utilities.
 """
 
-
 import os
 
 from PyQt5.QtCore import QObject, QDate, QDateTime, QTime
--- a/eric6/Utilities/MimeTypes.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/MimeTypes.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing mimetype dependent functions.
 """
 
-
 import mimetypes
 
 import Preferences
--- a/eric6/Utilities/ModuleParser.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ModuleParser.py	Mon Oct 12 19:28:42 2020 +0200
@@ -14,7 +14,6 @@
 </ul>
 """
 
-
 import sys
 import os
 import importlib.machinery
--- a/eric6/Utilities/MouseUtilities.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/MouseUtilities.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing utility functions related to Mouse stuff.
 """
 
-
 from PyQt5.QtCore import Qt, QCoreApplication
 
 import Globals
--- a/eric6/Utilities/PasswordChecker.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/PasswordChecker.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a checker for password strength.
 """
 
-
 import re
 
 
--- a/eric6/Utilities/crypto/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/crypto/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Package implementing cryptography related functionality.
 """
 
-
 import random
 import base64
 
--- a/eric6/Utilities/crypto/py3AES.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/crypto/py3AES.py	Mon Oct 12 19:28:42 2020 +0200
@@ -25,7 +25,6 @@
 Advanced Encryption Standard.
 """
 
-
 import os
 import math
 
--- a/eric6/Utilities/crypto/py3PBKDF2.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/crypto/py3PBKDF2.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing PBKDF2 functions.
 """
 
-
 import hashlib
 import hmac
 import os
--- a/eric6/Utilities/uic.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/uic.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 directory or directory tree.
 """
 
-
 from PyQt5.uic import compileUiDir
 
 
--- a/eric6/VCS/CommandOptionsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/CommandOptionsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the VCS command options dialog.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog
--- a/eric6/VCS/ProjectBrowserHelper.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/ProjectBrowserHelper.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the base class of the VCS project browser helper.
 """
 
-
 import os
 
 from PyQt5.QtCore import QObject, QCoreApplication
--- a/eric6/VCS/ProjectHelper.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/ProjectHelper.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the base class of the VCS project helper.
 """
 
-
 import os
 import shutil
 import copy
--- a/eric6/VCS/RepositoryInfoDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/RepositoryInfoDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implemting a dialog to show repository information.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_RepositoryInfoDialog import Ui_VcsRepositoryInfoDialog
--- a/eric6/VCS/StatusMonitorLed.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/StatusMonitorLed.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 thread.
 """
 
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtGui import QColor
 from PyQt5.QtWidgets import QWidget, QInputDialog, QMenu, QHBoxLayout, QLabel
--- a/eric6/VCS/StatusMonitorThread.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/StatusMonitorThread.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the VCS status monitor thread base class.
 """
 
-
 from PyQt5.QtCore import (
     QThread, QMutex, QWaitCondition, pyqtSignal, QCoreApplication
 )
--- a/eric6/VCS/VersionControl.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/VersionControl.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 VCS interfaces.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/VCS/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VCS/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -13,7 +13,6 @@
 interfaces have to be subclasses of this base class.
 """
 
-
 from E5Gui.E5Application import e5App
 
 ######################################################################
--- a/eric6/ViewManager/BookmarkedFilesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/ViewManager/BookmarkedFilesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a configuration dialog for the bookmarked files menu.
 """
 
-
 from PyQt5.QtCore import QFileInfo, Qt, pyqtSlot
 from PyQt5.QtGui import QColor
 from PyQt5.QtWidgets import QListWidgetItem, QDialog
--- a/eric6/ViewManager/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/ViewManager/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -15,7 +15,6 @@
 default.
 """
 
-
 import Preferences
 
 ######################################################################
--- a/eric6/VirtualEnv/VirtualenvAddEditDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvAddEditDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter the data of a virtual environment.
 """
 
-
 import os
 import sys
 
--- a/eric6/VirtualEnv/VirtualenvConfigurationDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvConfigurationDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 virtual environment.
 """
 
-
 import os
 import sys
 import re
--- a/eric6/VirtualEnv/VirtualenvExecDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvExecDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the virtualenv execution dialog.
 """
 
-
 import sys
 import os
 
--- a/eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 environment.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot
--- a/eric6/VirtualEnv/VirtualenvManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to manage Python virtual environments.
 """
 
-
 import os
 import sys
 import shutil
--- a/eric6/VirtualEnv/VirtualenvManagerDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvManagerDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 environments.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QHeaderView
 
--- a/eric6/VirtualEnv/VirtualenvNameDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvNameDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 environment.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 
--- a/eric6/WebBrowser/AdBlock/AdBlockDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the AdBlock configuration dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QTimer, QCoreApplication
 from PyQt5.QtWidgets import QDialog, QMenu, QToolButton
 
--- a/eric6/WebBrowser/AdBlock/AdBlockExceptionsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockExceptionsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to configure the AdBlock exceptions.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/WebBrowser/AdBlock/AdBlockIcon.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockIcon.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the AdBlock icon for the main window status bar.
 """
 
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtWidgets import QAction, QMenu
 
--- a/eric6/WebBrowser/AdBlock/AdBlockManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the AdBlock manager.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/AdBlock/AdBlockMatcher.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockMatcher.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the AdBlock matcher.
 """
 
-
 from PyQt5.QtCore import QObject
 
 from .AdBlockSearchTree import AdBlockSearchTree
--- a/eric6/WebBrowser/AdBlock/AdBlockPage.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockPage.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to apply AdBlock rules to a web page.
 """
 
-
 from PyQt5.QtCore import QObject
 
 from ..Tools import Scripts
--- a/eric6/WebBrowser/AdBlock/AdBlockSearchTree.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockSearchTree.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the AdBlock search tree.
 """
 
-
 from .AdBlockRule import AdBlockRuleType
 
 
--- a/eric6/WebBrowser/AdBlock/AdBlockSubscription.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockSubscription.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the AdBlock subscription class.
 """
 
-
 import os
 import re
 import hashlib
--- a/eric6/WebBrowser/AdBlock/AdBlockTreeWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockTreeWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a tree widget for the AdBlock configuration dialog.
 """
 
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtGui import QFont, QColor
 from PyQt5.QtWidgets import (
--- a/eric6/WebBrowser/AdBlock/AdBlockUrlInterceptor.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AdBlock/AdBlockUrlInterceptor.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an URL interceptor base class.
 """
 
-
 from ..Network.UrlInterceptor import UrlInterceptor
 
 
--- a/eric6/WebBrowser/AutoScroll/AutoScroller.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AutoScroll/AutoScroller.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) 2014  David Rosca <nowrep@gmail.com>
 #
 
-
 from PyQt5.QtCore import Qt, QObject, QRect, QEvent, QPoint
 from PyQt5.QtWidgets import QApplication, QLabel
 
--- a/eric6/WebBrowser/AutoScroll/FrameScroller.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/AutoScroll/FrameScroller.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) 2014  David Rosca <nowrep@gmail.com>
 #
 
-
 import math
 
 from PyQt5.QtCore import pyqtSlot, QObject, QTimer
--- a/eric6/WebBrowser/Bookmarks/AddBookmarkDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/AddBookmarkDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to add a bookmark or a bookmark folder.
 """
 
-
 from PyQt5.QtCore import QModelIndex, QSortFilterProxyModel
 from PyQt5.QtWidgets import QDialog, QTreeView
 
--- a/eric6/WebBrowser/Bookmarks/BookmarkNode.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarkNode.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the bookmark node.
 """
 
-
 from PyQt5.QtCore import QDateTime
 
 
--- a/eric6/WebBrowser/Bookmarks/BookmarkPropertiesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarkPropertiesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show and edit bookmark properties.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_BookmarkPropertiesDialog import Ui_BookmarkPropertiesDialog
--- a/eric6/WebBrowser/Bookmarks/BookmarksDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage bookmarks.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QUrl, QModelIndex
 from PyQt5.QtGui import QFontMetrics, QCursor
 from PyQt5.QtWidgets import (
--- a/eric6/WebBrowser/Bookmarks/BookmarksImportDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImportDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog for importing bookmarks from other sources.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, Qt, QSize
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/BookmarksImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/BookmarksImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a base class for the bookmarks importers.
 """
 
-
 from PyQt5.QtCore import QObject
 
 
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an importer for Chrome bookmarks.
 """
 
-
 import os
 import json
 
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an importer for Firefox bookmarks.
 """
 
-
 import os
 import sqlite3
 
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an importer for HTML bookmark files.
 """
 
-
 import os
 
 from PyQt5.QtCore import QCoreApplication, QDate, Qt
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an importer for Internet Explorer bookmarks.
 """
 
-
 import os
 
 from PyQt5.QtCore import QCoreApplication, QDate, Qt
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an importer for Opera bookmarks.
 """
 
-
 import os
 
 from PyQt5.QtCore import QCoreApplication, QDate, Qt
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an importer for XBEL files.
 """
 
-
 import os
 
 from PyQt5.QtCore import QCoreApplication, QXmlStreamReader, QDate, Qt
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Package implementing bookmarks importers for various sources.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 
 import UI.PixmapCache
--- a/eric6/WebBrowser/Bookmarks/BookmarksMenu.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksMenu.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the bookmarks menu.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QUrl
 from PyQt5.QtGui import QCursor
 from PyQt5.QtWidgets import QMenu
--- a/eric6/WebBrowser/Bookmarks/BookmarksModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the bookmark model class.
 """
 
-
 from PyQt5.QtCore import (
     Qt, QAbstractItemModel, QModelIndex, QUrl, QByteArray, QDataStream,
     QIODevice, QBuffer, QMimeData
--- a/eric6/WebBrowser/Bookmarks/BookmarksToolBar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/BookmarksToolBar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a tool bar showing bookmarks.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QUrl, QCoreApplication
 from PyQt5.QtGui import QCursor
 from PyQt5.QtWidgets import QMenu
--- a/eric6/WebBrowser/Bookmarks/NsHtmlWriter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/NsHtmlWriter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to write Netscape HTML bookmark files.
 """
 
-
 from PyQt5.QtCore import QObject, QIODevice, QFile
 
 from .BookmarkNode import BookmarkNode
--- a/eric6/WebBrowser/Bookmarks/XbelReader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/XbelReader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to read XBEL bookmark files.
 """
 
-
 from PyQt5.QtCore import (
     QXmlStreamReader, QXmlStreamEntityResolver, QIODevice, QFile,
     QCoreApplication, QXmlStreamNamespaceDeclaration, QDateTime, Qt
--- a/eric6/WebBrowser/Bookmarks/XbelWriter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Bookmarks/XbelWriter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to write XBEL bookmark files.
 """
 
-
 from PyQt5.QtCore import QXmlStreamWriter, QIODevice, QFile, Qt
 
 from .BookmarkNode import BookmarkNode
--- a/eric6/WebBrowser/ClosedTabsManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/ClosedTabsManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to manage closed tabs.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, QUrl, QObject
 
 
--- a/eric6/WebBrowser/CookieJar/CookieExceptionsModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/CookieJar/CookieExceptionsModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the cookie exceptions model.
 """
 
-
 from PyQt5.QtCore import Qt, QAbstractTableModel, QSize, QModelIndex
 from PyQt5.QtGui import QFont, QFontMetrics
 
--- a/eric6/WebBrowser/CookieJar/CookieJar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/CookieJar/CookieJar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a QNetworkCookieJar subclass with various accept policies.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, QSettings
--- a/eric6/WebBrowser/CookieJar/CookiesConfigurationDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/CookieJar/CookiesConfigurationDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the cookies configuration dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/WebBrowser/CookieJar/CookiesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/CookieJar/CookiesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show all cookies.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QByteArray
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QHeaderView
 
--- a/eric6/WebBrowser/CookieJar/CookiesExceptionsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/CookieJar/CookiesExceptionsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog for the configuration of cookie exceptions.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QSortFilterProxyModel
 from PyQt5.QtGui import QFont, QFontMetrics
 from PyQt5.QtWidgets import QDialog, QCompleter
--- a/eric6/WebBrowser/Download/DownloadAskActionDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Download/DownloadAskActionDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to ask for a download action.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_DownloadAskActionDialog import Ui_DownloadAskActionDialog
--- a/eric6/WebBrowser/Download/DownloadItem.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Download/DownloadItem.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget controlling a download.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/Download/DownloadManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Download/DownloadManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the download manager class.
 """
 
-
 from PyQt5.QtCore import (
     pyqtSlot, pyqtSignal, Qt, QModelIndex, QFileInfo, QUrl, QBasicTimer
 )
--- a/eric6/WebBrowser/Download/DownloadManagerButton.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Download/DownloadManagerButton.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a tool button for the download manager.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 
 from E5Gui.E5ToolButton import E5ToolButton
--- a/eric6/WebBrowser/Download/DownloadModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Download/DownloadModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the download model.
 """
 
-
 from PyQt5.QtCore import Qt, QAbstractListModel, QModelIndex, QMimeData, QUrl
 
 
--- a/eric6/WebBrowser/Download/DownloadUtilities.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Download/DownloadUtilities.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing some utility functions for the Download package.
 """
 
-
 from PyQt5.QtCore import QCoreApplication
 
 
--- a/eric6/WebBrowser/FeaturePermissions/FeaturePermissionBar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FeaturePermissions/FeaturePermissionBar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the feature permission bar widget.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QUrl
 from PyQt5.QtWidgets import QLabel, QHBoxLayout, QPushButton
 from PyQt5.QtWebEngineWidgets import QWebEnginePage
--- a/eric6/WebBrowser/FeaturePermissions/FeaturePermissionManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FeaturePermissions/FeaturePermissionManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the feature permission manager object.
 """
 
-
 from PyQt5.QtCore import QObject
 from PyQt5.QtWidgets import QDialog
 from PyQt5.QtWebEngineWidgets import QWebEnginePage
--- a/eric6/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the feature permission dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import (
     QDialog, QTreeWidgetItem, QTreeWidget, QAbstractItemView
--- a/eric6/WebBrowser/Feeds/FeedEditDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Feeds/FeedEditDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to edit feed data.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QUrl
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 
--- a/eric6/WebBrowser/Feeds/FeedsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Feeds/FeedsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to add RSS feeds.
 """
 
-
 from PyQt5.QtCore import QUrl
 from PyQt5.QtWidgets import QDialog, QPushButton, QLabel
 
--- a/eric6/WebBrowser/Feeds/FeedsManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Feeds/FeedsManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a RSS feeds manager dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QXmlStreamReader
 from PyQt5.QtGui import QCursor
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QMenu, QApplication
--- a/eric6/WebBrowser/FlashCookieManager/FlashCookie.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FlashCookieManager/FlashCookie.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Flash cookie class.
 """
 
-
 from PyQt5.QtCore import QDateTime
 
 
--- a/eric6/WebBrowser/FlashCookieManager/FlashCookieManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Flash cookie manager.
 """
 
-
 import shutil
 
 from PyQt5.QtCore import QObject, QTimer, QDir, QFileInfo, QFile
--- a/eric6/WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage the flash cookies.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer
 from PyQt5.QtWidgets import (
     QDialog, QTreeWidgetItem, QApplication, QMenu, QInputDialog, QLineEdit
--- a/eric6/WebBrowser/FlashCookieManager/FlashCookieNotification.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieNotification.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the feature permission bar widget.
 """
 
-
 from PyQt5.QtWidgets import QLabel, QHBoxLayout, QPushButton
 
 from E5Gui.E5AnimatedWidget import E5AnimatedWidget
--- a/eric6/WebBrowser/FlashCookieManager/FlashCookieReader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieReader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 # Note: The code is based on s2x.py
 #
 
-
 import struct
 import io
 
--- a/eric6/WebBrowser/FlashCookieManager/FlashCookieUtilities.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieUtilities.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing some utility functions.
 """
 
-
 import os
 
 from PyQt5.QtCore import QProcessEnvironment
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Module implementing a dialog for adding GreaseMonkey scripts..
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, QDir, QFile
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the GreaseMonkey scripts configuration dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QUrl
 from PyQt5.QtGui import QDesktopServices
 from PyQt5.QtWidgets import QDialog, QListWidgetItem
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 scripts.
 """
 
-
 from PyQt5.QtCore import Qt, QSize, QRect
 from PyQt5.QtGui import QFontMetrics, QPalette, QFont
 from PyQt5.QtWidgets import QStyle, QStyledItemDelegate, QApplication
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a special list widget for GreaseMonkey scripts.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, QRect
 from PyQt5.QtWidgets import QListWidget, QListWidgetItem
 
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show GreaseMonkey script information.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the downloader for GreaseMonkey scripts.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, QObject, QSettings, QFileInfo
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyJsObject.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyJsObject.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Python side for GreaseMonkey scripts.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QObject, QSettings
 from PyQt5.QtGui import QGuiApplication
 
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the manager for GreaseMonkey scripts.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/History/HistoryDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/History/HistoryDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage history.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, Qt, QUrl
 from PyQt5.QtGui import QFontMetrics, QCursor
 from PyQt5.QtWidgets import QDialog, QMenu, QApplication
--- a/eric6/WebBrowser/History/HistoryFilterModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/History/HistoryFilterModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the history filter model.
 """
 
-
 from PyQt5.QtCore import Qt, QDateTime, QModelIndex, QAbstractProxyModel
 
 from .HistoryModel import HistoryModel
--- a/eric6/WebBrowser/History/HistoryManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/History/HistoryManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the history manager.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/History/HistoryMenu.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/History/HistoryMenu.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the history menu.
 """
 
-
 import sys
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/History/HistoryModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/History/HistoryModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the history model.
 """
 
-
 from PyQt5.QtCore import Qt, QAbstractTableModel, QModelIndex, QUrl
 
 import WebBrowser.WebBrowserWindow
--- a/eric6/WebBrowser/History/HistoryTreeModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/History/HistoryTreeModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the history tree model.
 """
 
-
 import bisect
 
 from PyQt5.QtCore import Qt, QModelIndex, QDate, QAbstractProxyModel
--- a/eric6/WebBrowser/ImageSearch/ImageSearchEngine.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/ImageSearch/ImageSearchEngine.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the image search engine.
 """
 
-
 from PyQt5.QtCore import QObject, QUrl
 
 import Preferences
--- a/eric6/WebBrowser/JavaScript/ExternalJsObject.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/JavaScript/ExternalJsObject.py	Mon Oct 12 19:28:42 2020 +0200
@@ -13,7 +13,6 @@
 # Copyright (C) David Rosca <nowrep@gmail.com>
 #
 
-
 from PyQt5.QtCore import pyqtProperty, QObject
 
 from WebBrowser.WebBrowserWindow import WebBrowserWindow
--- a/eric6/WebBrowser/JavaScript/PasswordManagerJsObject.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/JavaScript/PasswordManagerJsObject.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Python side for calling the password manager.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QObject, QByteArray
 
 
--- a/eric6/WebBrowser/JavaScript/StartPageJsObject.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/JavaScript/StartPageJsObject.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Python side of the eric home page.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QObject
 
 
--- a/eric6/WebBrowser/Navigation/NavigationBar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Navigation/NavigationBar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the navigation bar widget.
 """
 
-
 from PyQt5.QtCore import Qt, QUrl
 from PyQt5.QtWidgets import (
     QWidget, QHBoxLayout, QStyle, QToolButton, QSplitter, QSizePolicy, QMenu,
--- a/eric6/WebBrowser/Navigation/NavigationContainer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Navigation/NavigationContainer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the navigation container widget.
 """
 
-
 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QSizePolicy
 
 
--- a/eric6/WebBrowser/Navigation/ReloadStopButton.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Navigation/ReloadStopButton.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a button alternating between reload and stop.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt
 
 from E5Gui.E5ToolButton import E5ToolButton
--- a/eric6/WebBrowser/Network/NetworkManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/NetworkManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a network manager class.
 """
 
-
 import json
 
 from PyQt5.QtCore import pyqtSignal, QByteArray
--- a/eric6/WebBrowser/Network/NetworkUrlInterceptor.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/NetworkUrlInterceptor.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 by QtWebEngine.
 """
 
-
 from PyQt5.QtCore import QMutex, QUrl
 from PyQt5.QtWebEngineCore import (
     QWebEngineUrlRequestInterceptor, QWebEngineUrlRequestInfo
--- a/eric6/WebBrowser/Network/ProtocolHandlerManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/ProtocolHandlerManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the protocol handler manager.
 """
 
-
 import os
 import json
 
--- a/eric6/WebBrowser/Network/ProtocolHandlerManagerDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/ProtocolHandlerManagerDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage registered protocol handlers.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem
 
--- a/eric6/WebBrowser/Network/QtHelpSchemeHandler.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/QtHelpSchemeHandler.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a scheme access handler for QtHelp.
 """
 
-
 import mimetypes
 import os
 
--- a/eric6/WebBrowser/Network/SendRefererWhitelistDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/SendRefererWhitelistDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage the Send Referer whitelist.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QSortFilterProxyModel, QStringListModel
 from PyQt5.QtWidgets import QDialog, QInputDialog, QLineEdit
 
--- a/eric6/WebBrowser/Network/SslErrorExceptionsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/SslErrorExceptionsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to edit the SSL error exceptions.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPoint
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QMenu
 from PyQt5.QtWebEngineWidgets import QWebEngineCertificateError
--- a/eric6/WebBrowser/Network/UrlInterceptor.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Network/UrlInterceptor.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an URL interceptor base class.
 """
 
-
 from PyQt5.QtCore import QObject
 
 
--- a/eric6/WebBrowser/OpenSearch/OpenSearchDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog for the configuration of search engines.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 from PyQt5.QtCore import pyqtSlot
 
--- a/eric6/WebBrowser/OpenSearch/OpenSearchEditDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchEditDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to edit the data of a search engine.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_OpenSearchEditDialog import Ui_OpenSearchEditDialog
--- a/eric6/WebBrowser/OpenSearch/OpenSearchEngine.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchEngine.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the open search engine.
 """
 
-
 import re
 import json
 
--- a/eric6/WebBrowser/OpenSearch/OpenSearchEngineAction.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchEngineAction.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a QAction subclass for open search.
 """
 
-
 from PyQt5.QtCore import QUrl
 from PyQt5.QtGui import QPixmap, QIcon
 from PyQt5.QtWidgets import QAction
--- a/eric6/WebBrowser/OpenSearch/OpenSearchEngineModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchEngineModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a model for search engines.
 """
 
-
 import re
 
 from PyQt5.QtCore import Qt, QUrl, QAbstractTableModel, QModelIndex
--- a/eric6/WebBrowser/OpenSearch/OpenSearchReader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchReader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a reader for open search engine descriptions.
 """
 
-
 from PyQt5.QtCore import QXmlStreamReader, QIODevice, QCoreApplication
 
 
--- a/eric6/WebBrowser/OpenSearch/OpenSearchWriter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/OpenSearch/OpenSearchWriter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a writer for open search engine descriptions.
 """
 
-
 from PyQt5.QtCore import QXmlStreamWriter, QIODevice
 
 
--- a/eric6/WebBrowser/PageScreenDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/PageScreenDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to save a screenshot of a web page.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QFile, QFileInfo, QSize
 from PyQt5.QtGui import QImage, QPainter, QPixmap
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
--- a/eric6/WebBrowser/Passwords/LoginForm.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Passwords/LoginForm.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a data structure for login forms.
 """
 
-
 from PyQt5.QtCore import QUrl
 
 
--- a/eric6/WebBrowser/Passwords/PasswordManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Passwords/PasswordManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the password manager.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/Passwords/PasswordModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Passwords/PasswordModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a model for password management.
 """
 
-
 from PyQt5.QtCore import Qt, QModelIndex, QAbstractTableModel
 
 
--- a/eric6/WebBrowser/Passwords/PasswordReader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Passwords/PasswordReader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to read login data files.
 """
 
-
 from PyQt5.QtCore import (
     QXmlStreamReader, QIODevice, QFile, QCoreApplication, QUrl
 )
--- a/eric6/WebBrowser/Passwords/PasswordWriter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Passwords/PasswordWriter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to write login data files.
 """
 
-
 from PyQt5.QtCore import QXmlStreamWriter, QIODevice, QFile
 
 
--- a/eric6/WebBrowser/Passwords/PasswordsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Passwords/PasswordsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show all saved logins.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QSortFilterProxyModel
 from PyQt5.QtGui import QFont, QFontMetrics
 from PyQt5.QtWidgets import QDialog
--- a/eric6/WebBrowser/PersonalInformationManager/PersonalDataDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/PersonalInformationManager/PersonalDataDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter personal data.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_PersonalDataDialog import Ui_PersonalDataDialog
--- a/eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 fields.
 """
 
-
 from PyQt5.QtCore import Qt, QObject, QPoint
 from PyQt5.QtWidgets import QDialog, QMenu
 
--- a/eric6/WebBrowser/QtHelp/HelpDocsInstaller.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/QtHelp/HelpDocsInstaller.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 documentation database.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/QtHelp/HelpIndexWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/QtHelp/HelpIndexWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a window for showing the QtHelp index.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl, QEvent
 from PyQt5.QtWidgets import (
     QWidget, QVBoxLayout, QLabel, QLineEdit, QMenu, QDialog, QApplication
--- a/eric6/WebBrowser/QtHelp/HelpSearchWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/QtHelp/HelpSearchWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a window for showing the QtHelp index.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl
 from PyQt5.QtWidgets import (
     QWidget, QVBoxLayout, QTextBrowser, QApplication, QMenu
--- a/eric6/WebBrowser/QtHelp/HelpTocWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/QtHelp/HelpTocWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a window for showing the QtHelp TOC.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl
 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QMenu, QApplication
 
--- a/eric6/WebBrowser/QtHelp/HelpTopicDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/QtHelp/HelpTopicDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to select a help topic to display.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 from PyQt5.QtCore import QUrl
 
--- a/eric6/WebBrowser/QtHelp/QtHelpDocumentationSelectionDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/QtHelp/QtHelpDocumentationSelectionDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 installed.
 """
 
-
 import os
 import shutil
 
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the low level interface for Google Safe Browsing.
 """
 
-
 import json
 import base64
 
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to configure safe browsing support.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QUrl, QDateTime
 from PyQt5.QtWidgets import (
     QDialog, QDialogButtonBox, QAbstractButton
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget to show some threat information.
 """
 
-
 from PyQt5.QtCore import Qt, QPoint
 from PyQt5.QtWidgets import QMenu, QLabel, QHBoxLayout, QSizePolicy
 
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the label to show some SSL info.
 """
 
-
 from PyQt5.QtCore import Qt, pyqtSlot, pyqtSignal, QPoint
 from PyQt5.QtWidgets import QLabel
 
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -14,7 +14,6 @@
 # https://github.com/afilipovich/gglsbl
 #
 
-
 import os
 import base64
 
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an URL representation suitable for Google Safe Browsing.
 """
 
-
 import re
 import posixpath
 import socket
--- a/eric6/WebBrowser/SearchWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SearchWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the search bar for the web browser.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtGui import QPalette, QBrush, QColor
 from PyQt5.QtWidgets import QWidget
--- a/eric6/WebBrowser/Session/SessionManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Session/SessionManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the session manager.
 """
 
-
 import os
 import json
 
--- a/eric6/WebBrowser/Session/SessionManagerDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Session/SessionManagerDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage sessions.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QFileInfo
 from PyQt5.QtGui import QPalette
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem
--- a/eric6/WebBrowser/SiteInfo/SiteInfoDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SiteInfo/SiteInfoDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show some information about a site.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QUrl, Qt
 from PyQt5.QtGui import QPixmap, QImage, QPainter, QColor, QBrush
 from PyQt5.QtNetwork import QNetworkRequest, QNetworkReply
--- a/eric6/WebBrowser/SiteInfo/SiteInfoWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SiteInfo/SiteInfoWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget to show some site information.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPoint
 from PyQt5.QtWidgets import (
     QMenu, QGridLayout, QHBoxLayout, QLabel, QFrame, QSizePolicy, QPushButton,
--- a/eric6/WebBrowser/SpeedDial/PageThumbnailer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SpeedDial/PageThumbnailer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an object to create a thumbnail image of a web site.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, QObject, QSize, Qt, QUrl, QTimer
 from PyQt5.QtGui import QPixmap, QImage, QPainter
 from PyQt5.QtWebEngineWidgets import QWebEngineView
--- a/eric6/WebBrowser/SpeedDial/SpeedDial.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SpeedDial/SpeedDial.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the speed dial.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/SpeedDial/SpeedDialReader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SpeedDial/SpeedDialReader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Module implementing a class to read speed dial data files.
 """
 
-
 from PyQt5.QtCore import QXmlStreamReader, QIODevice, QFile, QCoreApplication
 
 
--- a/eric6/WebBrowser/SpeedDial/SpeedDialWriter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SpeedDial/SpeedDialWriter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to write speed dial data files.
 """
 
-
 from PyQt5.QtCore import QXmlStreamWriter, QIODevice, QFile
 
 
--- a/eric6/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to install spell checking dictionaries.
 """
 
-
 import os
 import io
 import zipfile
--- a/eric6/WebBrowser/StatusBar/ImagesIcon.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/StatusBar/ImagesIcon.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) 2014  David Rosca <nowrep@gmail.com>
 #
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPoint
 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu
 from PyQt5.QtWebEngineWidgets import QWebEngineSettings
--- a/eric6/WebBrowser/StatusBar/JavaScriptIcon.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/StatusBar/JavaScriptIcon.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) 2014  David Rosca <nowrep@gmail.com>
 #
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer
 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog
 from PyQt5.QtWebEngineWidgets import QWebEngineSettings
--- a/eric6/WebBrowser/StatusBar/JavaScriptSettingsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/StatusBar/JavaScriptSettingsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the JavaScript settings dialog.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/WebBrowser/StatusBar/StatusBarIcon.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/StatusBar/StatusBarIcon.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) 2014  David Rosca <nowrep@gmail.com>
 #
 
-
 from E5Gui.E5ClickableLabel import E5ClickableLabel
 
 
--- a/eric6/WebBrowser/Sync/DirectorySyncHandler.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/DirectorySyncHandler.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a synchronization handler using a shared directory.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSignal, QByteArray, QFileInfo, QCoreApplication
--- a/eric6/WebBrowser/Sync/FtpSyncHandler.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/FtpSyncHandler.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a synchronization handler using FTP.
 """
 
-
 import ftplib           # secok
 import io
 
--- a/eric6/WebBrowser/Sync/SyncAssistantDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncAssistantDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a wizard dialog to enter the synchronization data.
 """
 
-
 from PyQt5.QtWidgets import QWizard
 
 import UI.PixmapCache
--- a/eric6/WebBrowser/Sync/SyncDataPage.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncDataPage.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the synchronization data wizard page.
 """
 
-
 from PyQt5.QtWidgets import QWizardPage
 
 from .Ui_SyncDataPage import Ui_SyncDataPage
--- a/eric6/WebBrowser/Sync/SyncDirectorySettingsPage.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncDirectorySettingsPage.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the synchronization shared directory settings wizard page.
 """
 
-
 from PyQt5.QtWidgets import QWizardPage
 
 from E5Gui.E5PathPicker import E5PathPickerModes
--- a/eric6/WebBrowser/Sync/SyncEncryptionPage.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncEncryptionPage.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing encryption settings wizard page.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QWizardPage
 
--- a/eric6/WebBrowser/Sync/SyncFtpSettingsPage.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncFtpSettingsPage.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the synchronization FTP host settings wizard page.
 """
 
-
 from PyQt5.QtWidgets import QWizardPage
 
 from .Ui_SyncFtpSettingsPage import Ui_SyncFtpSettingsPage
--- a/eric6/WebBrowser/Sync/SyncHandler.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncHandler.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module containing a base class for synchronization handlers.
 """
 
-
 import os
 
 from PyQt5.QtCore import QObject, pyqtSignal, QByteArray
--- a/eric6/WebBrowser/Sync/SyncHostTypePage.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncHostTypePage.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the synchronization host type wizard page.
 """
 
-
 from PyQt5.QtWidgets import QWizardPage
 
 from . import SyncGlobals
--- a/eric6/WebBrowser/Sync/SyncManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the synchronization manager class.
 """
 
-
 from PyQt5.QtCore import QObject, pyqtSignal
 
 import Preferences
--- a/eric6/WebBrowser/TabManager/TabManagerWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/TabManager/TabManagerWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) 2013  S. Razi Alavizadeh <s.r.alavizadeh@gmail.com>
 #
 
-
 import os
 import collections
 
--- a/eric6/WebBrowser/Tools/DelayedFileWatcher.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/DelayedFileWatcher.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a file system watcher with a delay.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, QFileSystemWatcher, QTimer
 
 
--- a/eric6/WebBrowser/Tools/PrintToPdfDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/PrintToPdfDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to enter the data for printing a web page to PDF.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSlot, QMarginsF, QStandardPaths
--- a/eric6/WebBrowser/Tools/Scripts.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/Scripts.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) David Rosca <nowrep@gmail.com>
 #
 
-
 from PyQt5.QtCore import QUrlQuery, QUrl
 
 from .WebBrowserTools import getJavascript
--- a/eric6/WebBrowser/Tools/WebBrowserTools.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/WebBrowserTools.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing tool functions for the web browser.
 """
 
-
 import os
 import re
 import mimetypes
--- a/eric6/WebBrowser/Tools/WebHitTestResult.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/WebHitTestResult.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 # Copyright (C) David Rosca <nowrep@gmail.com>
 #
 
-
 from PyQt5.QtCore import QPoint, QRect, QUrl
 
 
--- a/eric6/WebBrowser/Tools/WebIconDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/WebIconDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to manage the Favicons.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPoint
 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QMenu
 
--- a/eric6/WebBrowser/Tools/WebIconLoader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/WebIconLoader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing an object to load web site icons.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, QObject
 from PyQt5.QtGui import QIcon, QPixmap, QImage
 from PyQt5.QtNetwork import QNetworkRequest, QSslConfiguration
--- a/eric6/WebBrowser/Tools/WebIconProvider.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/Tools/WebIconProvider.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module containing a web site icon storage object.
 """
 
-
 import json
 import os
 
--- a/eric6/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 bookmark.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/WebBrowser/UrlBar/BookmarkInfoDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/BookmarkInfoDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show some bookmark info.
 """
 
-
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtGui import QFont
 from PyQt5.QtWidgets import QDialog
--- a/eric6/WebBrowser/UrlBar/FavIconLabel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/FavIconLabel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the label to show the web site icon.
 """
 
-
 from PyQt5.QtCore import Qt, QPoint, QMimeData
 from PyQt5.QtGui import QDrag, QPixmap
 from PyQt5.QtWidgets import QLabel, QApplication
--- a/eric6/WebBrowser/UrlBar/SslLabel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/SslLabel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,8 +7,6 @@
 Module implementing the label to show some SSL info (if available).
 """
 
-from __future__ import unicode_literals
-
 from PyQt5.QtCore import Qt
 
 from E5Gui.E5ClickableLabel import E5ClickableLabel
--- a/eric6/WebBrowser/UrlBar/StackedUrlBar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/StackedUrlBar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a widget to stack url bars.
 """
 
-
 from PyQt5.QtWidgets import QStackedWidget, QSizePolicy
 
 
--- a/eric6/WebBrowser/UrlBar/UrlBar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/UrlBar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the URL bar widget.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt, QPointF, QUrl, QDateTime, QTimer, QPoint
 from PyQt5.QtGui import QColor, QPalette, QLinearGradient, QIcon
 from PyQt5.QtWidgets import QDialog, QApplication
--- a/eric6/WebBrowser/UserAgent/UserAgentManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UserAgent/UserAgentManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a user agent manager.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSignal, QObject, QXmlStreamReader
--- a/eric6/WebBrowser/UserAgent/UserAgentModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UserAgent/UserAgentModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a model for user agent management.
 """
 
-
 from PyQt5.QtCore import Qt, QModelIndex, QAbstractTableModel
 
 
--- a/eric6/WebBrowser/UserAgent/UserAgentReader.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UserAgent/UserAgentReader.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Module implementing a class to read user agent data files.
 """
 
-
 from PyQt5.QtCore import QXmlStreamReader, QIODevice, QFile, QCoreApplication
 
 
--- a/eric6/WebBrowser/UserAgent/UserAgentWriter.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UserAgent/UserAgentWriter.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a class to write user agent data files.
 """
 
-
 from PyQt5.QtCore import QXmlStreamWriter, QIODevice, QFile
 
 
--- a/eric6/WebBrowser/UserAgent/UserAgentsDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/UserAgent/UserAgentsDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show all saved user agent settings.
 """
 
-
 from PyQt5.QtCore import QSortFilterProxyModel
 from PyQt5.QtGui import QFont, QFontMetrics
 from PyQt5.QtWidgets import QDialog
--- a/eric6/WebBrowser/VirusTotal/VirusTotalApi.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/VirusTotal/VirusTotalApi.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 API class.
 """
 
-
 import json
 
 from PyQt5.QtCore import pyqtSignal, QObject, QUrl, QUrlQuery, QByteArray
--- a/eric6/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show the VirusTotal domain report.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem
 
--- a/eric6/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show the VirusTotal IP address report.
 """
 
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem
 
--- a/eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show the 'whois' information.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_VirusTotalWhoisDialog import Ui_VirusTotalWhoisDialog
--- a/eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to select which private data to clear.
 """
 
-
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_WebBrowserClearPrivateDataDialog import (
--- a/eric6/WebBrowser/WebBrowserJavaScriptConsole.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserJavaScriptConsole.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a JavaScript console widget.
 """
 
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtGui import QTextCursor
 from PyQt5.QtWidgets import QTextEdit, QMenu
--- a/eric6/WebBrowser/WebBrowserLanguagesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserLanguagesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to configure the preferred languages.
 """
 
-
 from PyQt5.QtCore import pyqtSlot, QLocale, QStringListModel
 from PyQt5.QtWidgets import QDialog
 
--- a/eric6/WebBrowser/WebBrowserSingleApplication.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserSingleApplication.py	Mon Oct 12 19:28:42 2020 +0200
@@ -9,7 +9,6 @@
 browser.
 """
 
-
 from PyQt5.QtCore import pyqtSignal
 
 from Toolbox.SingleApplication import (
--- a/eric6/WebBrowser/WebBrowserSnap.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserSnap.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing functions to generate page previews.
 """
 
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtGui import QPixmap, QPainter
 
--- a/eric6/WebBrowser/WebBrowserTabBar.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserTabBar.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a specialized tab bar for the web browser.
 """
 
-
 from PyQt5.QtCore import Qt, QPoint, QTimer, QEvent
 from PyQt5.QtWidgets import QFrame, QLabel
 
--- a/eric6/WebBrowser/WebBrowserTabWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserTabWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the central widget showing the web pages.
 """
 
-
 import os
 
 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl, QFile, QFileDevice
--- a/eric6/WebBrowser/WebBrowserView.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserView.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Module implementing the web browser using QWebEngineView.
 """
 
-
 import os
 
 from PyQt5.QtCore import (
--- a/eric6/WebBrowser/WebBrowserWebSearchWidget.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebBrowserWebSearchWidget.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a web search widget for the web browser.
 """
 
-
 from PyQt5.QtCore import pyqtSignal, QUrl, QModelIndex, QTimer, Qt
 from PyQt5.QtGui import (
     QStandardItem, QStandardItemModel, QFont, QIcon, QPixmap
--- a/eric6/WebBrowser/WebInspector.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/WebInspector.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a QWebEngineView to load the web inspector in.
 """
 
-
 import json
 import os
 
--- a/eric6/WebBrowser/ZoomManager/ZoomManager.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/ZoomManager/ZoomManager.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a manager for site specific zoom level settings.
 """
 
-
 import json
 
 from PyQt5.QtCore import pyqtSignal, QObject
--- a/eric6/WebBrowser/ZoomManager/ZoomValuesDialog.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/ZoomManager/ZoomValuesDialog.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog to show all saved zoom values.
 """
 
-
 from PyQt5.QtCore import QSortFilterProxyModel
 from PyQt5.QtGui import QFont, QFontMetrics
 from PyQt5.QtWidgets import QDialog
--- a/eric6/WebBrowser/ZoomManager/ZoomValuesModel.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/ZoomManager/ZoomValuesModel.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing a model for zoom values management.
 """
 
-
 from PyQt5.QtCore import Qt, QModelIndex, QAbstractTableModel
 
 
--- a/eric6/WebBrowser/__init__.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/WebBrowser/__init__.py	Mon Oct 12 19:28:42 2020 +0200
@@ -10,6 +10,4 @@
 Qt Online Documentation and for browsing the internet. It may be used as a
 standalone version as well by using the eric6_browser.py script found in the
 main eric6 installation directory.
-
-This package requires at least Qt 5.6.0.
 """
--- a/eric6/eric6.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6 import main
 
 main()
--- a/eric6/eric6_api.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_api.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 This script can be used via the commandline as well.
 """
 
-
 import os
 import sys
 
--- a/eric6/eric6_browser.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_browser.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 of the integrated web browser. It is based on QtWebEngine.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_browser.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_browser.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_browser import main
 
 main()
--- a/eric6/eric6_compare.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_compare.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 version of the integrated Compare module.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_compare.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_compare.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_compare import main
 
 main()
--- a/eric6/eric6_configure.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_configure.py	Mon Oct 12 19:28:42 2020 +0200
@@ -10,7 +10,6 @@
 This is the main Python script to configure the eric6 IDE from the outside.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_configure.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_configure.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_configure import main
 
 main()
--- a/eric6/eric6_diff.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_diff.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 version of the integrated Diff module.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_diff.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_diff.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_diff import main
 
 main()
--- a/eric6/eric6_doc.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_doc.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 This script can be used via the commandline as well.
 """
 
-
 import os
 import sys
 
--- a/eric6/eric6_editor.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_editor.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 version of the integrated MiniEditor module.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_editor.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_editor.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_editor import main
 
 main()
--- a/eric6/eric6_hexeditor.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_hexeditor.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 of the integrated hex editor.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_hexeditor.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_hexeditor.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_hexeditor import main
 
 main()
--- a/eric6/eric6_iconeditor.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_iconeditor.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 of the integrated icon editor.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_iconeditor.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_iconeditor.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_iconeditor import main
 
 main()
--- a/eric6/eric6_plugininstall.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_plugininstall.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 IDE.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_plugininstall.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_plugininstall.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_plugininstall import main
 
 main()
--- a/eric6/eric6_pluginrepository.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_pluginrepository.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 IDE.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_pluginrepository.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_pluginrepository.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_pluginrepository import main
 
 main()
--- a/eric6/eric6_pluginuninstall.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_pluginuninstall.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 IDE.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_pluginuninstall.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_pluginuninstall.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_pluginuninstall import main
 
 main()
--- a/eric6/eric6_post_install.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_post_install.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Module implemenzing the post install logic for 'pip install'.
 """
 
-
 import sys
 import os
 import shutil
--- a/eric6/eric6_qregularexpression.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_qregularexpression.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 a standalone version of the integrated QRegularExpression wizard.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_qregularexpression.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_qregularexpression.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_qregularexpression import main
 
 main()
--- a/eric6/eric6_re.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_re.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 standalone version of the integrated PyRegExp wizard.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_re.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_re.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_re import main
 
 main()
--- a/eric6/eric6_shell.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_shell.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 of the ShellWindow module and starts the Qt event loop.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_shell.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_shell.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_shell import main
 
 main()
--- a/eric6/eric6_snap.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_snap.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 of the snapshot module and starts the Qt event loop.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_snap.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_snap.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_snap import main
 
 main()
--- a/eric6/eric6_sqlbrowser.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_sqlbrowser.py	Mon Oct 12 19:28:42 2020 +0200
@@ -11,7 +11,6 @@
 of the SQL browser and starts the Qt event loop.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_sqlbrowser.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_sqlbrowser.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_sqlbrowser import main
 
 main()
--- a/eric6/eric6_tray.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_tray.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 context menu to start the eric6 IDE and the eric6 tools.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_tray.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_tray.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_tray import main
 
 main()
--- a/eric6/eric6_trpreviewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_trpreviewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 of the integrated tr previewer.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_trpreviewer.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_trpreviewer.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_trpreviewer import main
 
 main()
--- a/eric6/eric6_uipreviewer.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_uipreviewer.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 of the integrated ui previewer.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_uipreviewer.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_uipreviewer.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_uipreviewer import main
 
 main()
--- a/eric6/eric6_unittest.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_unittest.py	Mon Oct 12 19:28:42 2020 +0200
@@ -12,7 +12,6 @@
 version of the integrated unittest module.
 """
 
-
 import sys
 import os
 
--- a/eric6/eric6_unittest.pyw	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6_unittest.pyw	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module implementing the Windows entry point.
 """
 
-
 from eric6_unittest import main
 
 main()
--- a/eric6/eric6config.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/eric6config.py	Mon Oct 12 19:28:42 2020 +0200
@@ -7,7 +7,6 @@
 Module containing the default configuration of the eric6 installation.
 """
 
-
 import os
 
 __ericDir = os.path.dirname(__file__)
--- a/scripts/install-i18n.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/scripts/install-i18n.py	Mon Oct 12 19:28:42 2020 +0200
@@ -9,7 +9,6 @@
 Installation script for the eric6 IDE translation files.
 """
 
-
 import sys
 import os
 import shutil
--- a/scripts/patch_modpython.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/scripts/patch_modpython.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Script to patch mod_python for usage with the eric6 IDE.
 """
 
-
 import sys
 import os
 import shutil
--- a/setup.py	Mon Oct 12 18:23:44 2020 +0200
+++ b/setup.py	Mon Oct 12 19:28:42 2020 +0200
@@ -8,7 +8,6 @@
 Module to prepare a distribution package for uploading to PyPI.
 """
 
-
 import os
 import sys
 import subprocess                   # secok

eric ide

mercurial