Remove the ancient Pynche color editor (#91554)

Closes #91551
This commit is contained in:
Barry Warsaw 2022-04-17 15:38:44 -07:00 committed by GitHub
parent ceea0715df
commit 7173fd5de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 3 additions and 4080 deletions

View file

@ -61,7 +61,7 @@ CDF_FILES = FileSuffixSet(".cdf")
DATA_DIRS = FileNameSet("data")
TOOLS_DIRS = FileNameSet("scripts", "i18n", "pynche", "demo", "parser")
TOOLS_DIRS = FileNameSet("scripts", "i18n", "demo", "parser")
TOOLS_FILES = FileSuffixSet(".py", ".pyw", ".txt")