diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-29 08:38:37 +0000 |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-29 08:38:37 +0000 |
commit | b046529b7dec7ef45b43b45fe4e5c87a6bd9360b (patch) | |
tree | 29c25f3f05a63128555a1383c2f2f003d4888137 /PC/VS8.0 | |
parent | cd22a58f5edfd10f2c357cfd68579d7df6977f60 (diff) | |
download | cpython-git-b046529b7dec7ef45b43b45fe4e5c87a6bd9360b.tar.gz |
Recorded rollback of revisions 84857,84870,84875 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
Diffstat (limited to 'PC/VS8.0')
-rw-r--r-- | PC/VS8.0/rt.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS8.0/rt.bat b/PC/VS8.0/rt.bat index 2e0a681771..90fd794421 100644 --- a/PC/VS8.0/rt.bat +++ b/PC/VS8.0/rt.bat @@ -27,7 +27,7 @@ setlocal set exe=python
set qmode=
set dashO=
-PATH %PATH%;%~dp0..\..\..\tcltk\bin
+PATH %PATH%;..\..\..\tcltk\bin
:CheckOpts
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|