Wrap some long or too long code lines

This commit is contained in:
Veronica K. B. Olsen
2020-05-28 23:00:20 +02:00
parent d852a1a144
commit 1a9b6906c6
9 changed files with 81 additions and 42 deletions
+6 -6
View File
@@ -1097,10 +1097,10 @@ class NWProject():
# END Class NWProject
# ================================================================================================ #
# =============================================================================================== #
# NWTree
# Class holding the project tree for the NWProject
# ================================================================================================ #
# =============================================================================================== #
class NWTree():
@@ -1435,10 +1435,10 @@ class NWTree():
# END Class NWTree
# ================================================================================================ #
# =============================================================================================== #
# NWItem
# Class holding the project items making up the NWProject
# ================================================================================================ #
# =============================================================================================== #
class NWItem():
@@ -1680,10 +1680,10 @@ class NWItem():
# END Class NWItem
# ================================================================================================ #
# =============================================================================================== #
# NWStatus
# Class holding the item status values stored in the NWProject
# ================================================================================================ #
# =============================================================================================== #
class NWStatus():
+6 -6
View File
@@ -35,9 +35,9 @@ from nw.constants import isoLanguage
logger = logging.getLogger(__name__)
# ================================================================================================ #
# =============================================================================================== #
# SpellChecking SuperClass
# ================================================================================================ #
# =============================================================================================== #
class NWSpellCheck():
@@ -129,9 +129,9 @@ class NWSpellCheck():
# END Class NWSpellCheck
# ================================================================================================ #
# =============================================================================================== #
# Enchant Based SpellChecking
# ================================================================================================ #
# =============================================================================================== #
class NWSpellEnchant(NWSpellCheck):
@@ -211,9 +211,9 @@ class NWSpellEnchantDummy:
# END Class NWSpellEnchantDummy
# ================================================================================================ #
# =============================================================================================== #
# Fallback SpellChecking Using difflib
# ================================================================================================ #
# =============================================================================================== #
class NWSpellSimple(NWSpellCheck):
"""Internal spell check tool that uses standard Python packages with