From 84864a3d1433216ea0cfd0686a482fae55c748bc Mon Sep 17 00:00:00 2001 From: Jiachen Yang Date: Sat, 25 Feb 2012 17:04:24 +0900 Subject: [PATCH] fixed batchs for pypy --- bin/pelican.bat | 2 +- tools/pelican-import.bat | 2 +- tools/pelican-quickstart.bat | 2 +- tools/pelican-themes.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/pelican.bat b/bin/pelican.bat index 674e1fd7..e76cc41d 100755 --- a/bin/pelican.bat +++ b/bin/pelican.bat @@ -1 +1 @@ -@python "%~dpn0" %* +@pypy "%~dpn0" %* diff --git a/tools/pelican-import.bat b/tools/pelican-import.bat index 674e1fd7..e76cc41d 100755 --- a/tools/pelican-import.bat +++ b/tools/pelican-import.bat @@ -1 +1 @@ -@python "%~dpn0" %* +@pypy "%~dpn0" %* diff --git a/tools/pelican-quickstart.bat b/tools/pelican-quickstart.bat index 674e1fd7..e76cc41d 100755 --- a/tools/pelican-quickstart.bat +++ b/tools/pelican-quickstart.bat @@ -1 +1 @@ -@python "%~dpn0" %* +@pypy "%~dpn0" %* diff --git a/tools/pelican-themes.bat b/tools/pelican-themes.bat index 674e1fd7..e76cc41d 100755 --- a/tools/pelican-themes.bat +++ b/tools/pelican-themes.bat @@ -1 +1 @@ -@python "%~dpn0" %* +@pypy "%~dpn0" %*