diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 23:32:01 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 23:32:01 -0500 |
| commit | 9c8f90d69a8fc5b9712528e49254a3e9bdce4c34 (patch) | |
| tree | 157990c696d33daff5258c31ea301b306c6c5558 /switchpy.cmd | |
| parent | 99919c394b697ed0f260cfe338b5283e842073eb (diff) | |
| download | python-coveragepy-git-9c8f90d69a8fc5b9712528e49254a3e9bdce4c34.tar.gz | |
Add tests and docs to the kit, though they are not installed. #137
--HG--
rename : doc/branches.py => lab/branches.py
Diffstat (limited to 'switchpy.cmd')
| -rw-r--r-- | switchpy.cmd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/switchpy.cmd b/switchpy.cmd deleted file mode 100644 index 089df2a5..00000000 --- a/switchpy.cmd +++ /dev/null @@ -1,14 +0,0 @@ -@echo off
-set PATH=.;%HOME%\bin
-set PATH=%PATH%;c:\windows\system32;c:\windows
-set PATH=%PATH%;%1\scripts;%1
-set PATH=%PATH%;C:\Program Files\Mercurial\bin
-set PATH=%PATH%;c:\cygwin\bin
-set PATH=%PATH%;c:\app\MinGW\bin
-set PYTHONPATH=;c:\ned\py
-set PYHOME=%1
-rem title Py %1
-if "%2"=="quiet" goto done
-python -c "import sys; print ('\n=== Python %%s %%s' %% (sys.version.split()[0], '='*80))"
-
-:done
|
