Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the ancient Pynche color editor.
2 changes: 1 addition & 1 deletion PC/layout/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

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")


Expand Down
2 changes: 0 additions & 2 deletions Tools/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ parser Un-parsing tool to generate code from an AST.

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

pynche A Tkinter-based color editor.

scripts A number of useful single-file programs, e.g. tabnanny.py
by Tim Peters, which checks for inconsistent mixing of
tabs and spaces, and 2to3, which converts Python 2 code
Expand Down
8 changes: 1 addition & 7 deletions Tools/msi/tools/tools.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@
<ItemGroup>
<EmbeddedResource Include="*.wxl" />
</ItemGroup>
<ItemGroup>
<ToolDirectories Include="scripts;i18n;pynche;pynche\X;demo" />
</ItemGroup>
<ItemGroup>
<InstallFiles Include="$(PySourcePath)Tools\scripts\**\*.py;
$(PySourcePath)Tools\scripts\**\*.pyw;
$(PySourcePath)Tools\scripts\**\*.txt;
$(PySourcePath)Tools\i18n\**\*.py;
$(PySourcePath)Tools\i18n\**\*.pyw;
$(PySourcePath)Tools\i18n\**\*.txt;
$(PySourcePath)Tools\pynche\**\*.py;
$(PySourcePath)Tools\pynche\**\*.pyw;
$(PySourcePath)Tools\pynche\**\*.txt;
$(PySourcePath)Tools\demo\**\*.py;
$(PySourcePath)Tools\demo\**\*.pyw;
$(PySourcePath)Tools\demo\**\*.txt;
Expand All @@ -41,4 +35,4 @@
</ItemGroup>

<Import Project="..\msi.targets" />
</Project>
</Project>
130 changes: 0 additions & 130 deletions Tools/pynche/ChipViewer.py

This file was deleted.

Loading