From 3903f408241aedc3b2f5e24349d0ac939ba9164c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 10 Jul 2006 16:04:31 +0000 Subject: [PATCH] pywrap should be treated as a gui script git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/scripts/CreateBatchFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/scripts/CreateBatchFiles.py b/wxPython/scripts/CreateBatchFiles.py index 6fb1d8780b..d828cf83e0 100644 --- a/wxPython/scripts/CreateBatchFiles.py +++ b/wxPython/scripts/CreateBatchFiles.py @@ -23,7 +23,7 @@ scripts = [ ("img2png", 0), ("xrced", 1), ("pyshell", 1), ("pycrust", 1), - ("pywrap", 0), + ("pywrap", 1), ("pyalamode", 1), ("pyalacarte", 1), ("helpviewer", 1), -- 2.47.2