eric6/Preferences/__init__.py

changeset 7263
c1af2e327675
parent 7229
53054eb5b15a
child 7278
1820a0344b62
diff -r c4b5f3393d63 -r c1af2e327675 eric6/Preferences/__init__.py
--- a/eric6/Preferences/__init__.py	Tue Sep 24 18:45:33 2019 +0200
+++ b/eric6/Preferences/__init__.py	Tue Sep 24 18:46:24 2019 +0200
@@ -23,8 +23,10 @@
 import json
 import sys
 
-from PyQt5.QtCore import QDir, QPoint, QLocale, QSettings, QFileInfo, \
-    QCoreApplication, QByteArray, QSize, QUrl, Qt, QLibraryInfo, QDateTime
+from PyQt5.QtCore import (
+    QDir, QPoint, QLocale, QSettings, QFileInfo, QCoreApplication, QByteArray,
+    QSize, QUrl, Qt, QLibraryInfo, QDateTime
+)
 from PyQt5.QtGui import QColor, QFont, QPalette
 from PyQt5.QtWidgets import QApplication
 try:
@@ -39,12 +41,15 @@
 
 import Globals
 
-from Project.ProjectBrowserFlags import SourcesBrowserFlag, FormsBrowserFlag, \
-    ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \
-    OthersBrowserFlag, ProtocolsBrowserFlag, AllBrowsersFlag
+from Project.ProjectBrowserFlags import (
+    SourcesBrowserFlag, FormsBrowserFlag, ResourcesBrowserFlag,
+    TranslationsBrowserFlag, InterfacesBrowserFlag, OthersBrowserFlag,
+    ProtocolsBrowserFlag, AllBrowsersFlag
+)
 
-from WebBrowser.FlashCookieManager.FlashCookieUtilities import \
+from WebBrowser.FlashCookieManager.FlashCookieUtilities import (
     flashDataPathForOS
+)
 
 from QScintilla.Shell import ShellHistoryStyle
 
@@ -951,8 +956,8 @@
         "SpellCheckEnabled": False,
         "SpellCheckLanguages": [],
         "SpellCheckDictionariesUrl":
-        "https://eric-ide.python-projects.org/qwebengine_dictionaries/" \
-        "dictionaries.xml",
+        ("https://eric-ide.python-projects.org/qwebengine_dictionaries/"
+         "dictionaries.xml"),
         # Sync
         "SyncEnabled": False,
         "SyncBookmarks": True,

eric ide

mercurial