]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Lots of changes to support loading alternative color name database.
authorBarry Warsaw <barry@python.org>
Mon, 26 Apr 1999 23:17:16 +0000 (23:17 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 26 Apr 1999 23:17:16 +0000 (23:17 +0000)
commit0604d723183bee9ca18920708ec7fd44fbc4c63b
treefdffddafc755782e374fe2b7a2efb0ea6443547f
parent0ec1493d0b0bdbef561c819c560a6703256c88a1
Lots of changes to support loading alternative color name database.
You can switch database by just loading the new one; the list window
and nearest colors adapt to the new database.

Some reorganizing of code.  Also, the name of the database file is
stored in the ~/.pynche pickle.  If it can't be loaded, fallbacks are
used.
Tools/pynche/ChipViewer.py
Tools/pynche/ColorDB.py
Tools/pynche/ListViewer.py
Tools/pynche/Main.py
Tools/pynche/PyncheWidget.py
Tools/pynche/Switchboard.py