Wrap some long or too long code lines
This commit is contained in:
+6
-6
@@ -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():
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user