diff options
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/pythonpath.r | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 2739b19..b127d9f 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -25,6 +25,7 @@ type 'Popt' { byte newStandardExceptions = 0, oldStandardExceptions = 1; byte sitePython = 0, noSitePython = 1; byte navService = 0, noNavService = 1; + byte noDelayConsole = 0, delayConsole = 1; }; type 'TMPL' { @@ -53,6 +54,7 @@ resource 'TMPL' (PYTHONOPTIONS_ID, "Popt") { "Old standard exceptions", 'DBYT', "No site-python support", 'DBYT', "No NavServices in macfs", 'DBYT', + "Delay console window", 'DBYT', } }; @@ -72,6 +74,7 @@ resource 'Popt' (PYTHONOPTIONS_ID, "Options") { newStandardExceptions, sitePython, navService, + noDelayConsole, }; /* The sys.path initializer */ |