import Main
import ColorDB
+
+\f
class Chooser:
"""Ask for a color"""
def __init__(self,
# check to see if the cancel button was pushed
if self.__sb.canceled_p():
return None, None
- # try to return the color name from the database if there is an exact
- # match, otherwise use the "#rrggbb" spec. TBD: Forget about color
+ # Try to return the color name from the database if there is an exact
+ # match, otherwise use the "#rrggbb" spec. BAW: Forget about color
# aliases for now, maybe later we should return these too.
name = None
if not self.__wantspec: