diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 17:49:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 17:49:04 (GMT) |
commit | 0f164c606a2e7d9e9c58f132cc1f69ee89db96fd (patch) | |
tree | fcb99b1af700017993fa4130f17104e3f62d64e5 /Lib | |
parent | cb46f0ecb05ef3ccd3f53ced7f60748c0b3c710a (diff) | |
parent | 50ebf0316acde3bb6977567176975fc2140aa1d5 (diff) | |
download | cpython-0f164c606a2e7d9e9c58f132cc1f69ee89db96fd.zip cpython-0f164c606a2e7d9e9c58f132cc1f69ee89db96fd.tar.gz cpython-0f164c606a2e7d9e9c58f132cc1f69ee89db96fd.tar.bz2 |
Merge
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ctypes/macholib/fetch_macholib.bat | 2 | ||||
-rwxr-xr-x | Lib/idlelib/idle.bat | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Lib/ctypes/macholib/fetch_macholib.bat b/Lib/ctypes/macholib/fetch_macholib.bat index f9e1c0d..f474d5c 100644 --- a/Lib/ctypes/macholib/fetch_macholib.bat +++ b/Lib/ctypes/macholib/fetch_macholib.bat @@ -1 +1 @@ -svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ . +svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
diff --git a/Lib/idlelib/idle.bat b/Lib/idlelib/idle.bat index e77b96e..3d619a3 100755 --- a/Lib/idlelib/idle.bat +++ b/Lib/idlelib/idle.bat @@ -1,4 +1,4 @@ -@echo off -rem Start IDLE using the appropriate Python interpreter -set CURRDIR=%~dp0 -start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 +@echo off
+rem Start IDLE using the appropriate Python interpreter
+set CURRDIR=%~dp0
+start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
|