diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 17:48:52 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 17:48:52 (GMT) |
commit | 20d31b5182bebdf433c1b1c124377895333adbec (patch) | |
tree | 9aa7d589ba988500c5dda99c2407ae5ab5d39c85 /Lib | |
parent | 25f85d4bd58d86d3e6ce99cb9f270e96bf5ba08f (diff) | |
parent | 30cc6fae980365da4e3a0e3012629aaf003b2597 (diff) | |
download | cpython-20d31b5182bebdf433c1b1c124377895333adbec.zip cpython-20d31b5182bebdf433c1b1c124377895333adbec.tar.gz cpython-20d31b5182bebdf433c1b1c124377895333adbec.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
|