summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2022-04-17 22:38:44 (GMT)
committerGitHub <noreply@github.com>2022-04-17 22:38:44 (GMT)
commit7173fd5de0cb259b488828634745c03dbea94e6b (patch)
tree99896e93a25d1efb5394e740a188fd45dfe37583 /PC
parentceea0715df33ae6dc3931670b4b749432d4e9707 (diff)
downloadcpython-7173fd5de0cb259b488828634745c03dbea94e6b.zip
cpython-7173fd5de0cb259b488828634745c03dbea94e6b.tar.gz
cpython-7173fd5de0cb259b488828634745c03dbea94e6b.tar.bz2
Remove the ancient Pynche color editor (#91554)
Closes #91551
Diffstat (limited to 'PC')
-rw-r--r--PC/layout/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/layout/main.py b/PC/layout/main.py
index fb6f526..8e69ecc 100644
--- a/PC/layout/main.py
+++ b/PC/layout/main.py
@@ -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")