ProjectFlask/AnsiTools.py

branch
eric7
changeset 70
22e1d0f69668
parent 66
0d3168d0e310
child 75
7a30d96ea9f6
--- a/ProjectFlask/AnsiTools.py	Thu Dec 30 12:13:22 2021 +0100
+++ b/ProjectFlask/AnsiTools.py	Wed Sep 21 16:30:15 2022 +0200
@@ -87,7 +87,7 @@
 def getAvailableColorSchemes():
     """
     Function to get a list of available color schemes.
-    
+
     @return list containing the names of the supported color schemes
     @rtype list of str
     """
@@ -97,7 +97,7 @@
 def getColor(scheme, color):
     """
     Function to get the brush for a given scheme and color.
-    
+
     @param scheme name of the color scheme
     @type str
     @param color ANSI color code

eric ide

mercurial