Skip to content

Commit 7173fd5

Browse files
authored
Remove the ancient Pynche color editor (#91554)
Closes #91551
1 parent ceea071 commit 7173fd5

25 files changed

+3
-4080
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove the ancient Pynche color editor.

PC/layout/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
DATA_DIRS = FileNameSet("data")
6363

64-
TOOLS_DIRS = FileNameSet("scripts", "i18n", "pynche", "demo", "parser")
64+
TOOLS_DIRS = FileNameSet("scripts", "i18n", "demo", "parser")
6565
TOOLS_FILES = FileSuffixSet(".py", ".pyw", ".txt")
6666

6767

Tools/README

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ parser Un-parsing tool to generate code from an AST.
2525

2626
peg_generator PEG-based parser generator (pegen) used for new parser.
2727

28-
pynche A Tkinter-based color editor.
29-
3028
scripts A number of useful single-file programs, e.g. tabnanny.py
3129
by Tim Peters, which checks for inconsistent mixing of
3230
tabs and spaces, and 2to3, which converts Python 2 code

Tools/msi/tools/tools.wixproj

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@
1414
<ItemGroup>
1515
<EmbeddedResource Include="*.wxl" />
1616
</ItemGroup>
17-
<ItemGroup>
18-
<ToolDirectories Include="scripts;i18n;pynche;pynche\X;demo" />
19-
</ItemGroup>
2017
<ItemGroup>
2118
<InstallFiles Include="$(PySourcePath)Tools\scripts\**\*.py;
2219
$(PySourcePath)Tools\scripts\**\*.pyw;
2320
$(PySourcePath)Tools\scripts\**\*.txt;
2421
$(PySourcePath)Tools\i18n\**\*.py;
2522
$(PySourcePath)Tools\i18n\**\*.pyw;
2623
$(PySourcePath)Tools\i18n\**\*.txt;
27-
$(PySourcePath)Tools\pynche\**\*.py;
28-
$(PySourcePath)Tools\pynche\**\*.pyw;
29-
$(PySourcePath)Tools\pynche\**\*.txt;
3024
$(PySourcePath)Tools\demo\**\*.py;
3125
$(PySourcePath)Tools\demo\**\*.pyw;
3226
$(PySourcePath)Tools\demo\**\*.txt;
@@ -41,4 +35,4 @@
4135
</ItemGroup>
4236

4337
<Import Project="..\msi.targets" />
44-
</Project>
38+
</Project>

Tools/pynche/ChipViewer.py

-130
This file was deleted.

0 commit comments

Comments
 (0)