From 85004f0f9b73d7504606be5ccd0cc08688129eb1 Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Mon, 11 Jul 2011 13:19:22 -0600 Subject: [PATCH] Use pypy by default ...it's 3x faster... Signed-off-by: Jonathan Corbet --- gitdm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitdm b/gitdm index 8133c22..a5b9c4a 100755 --- a/gitdm +++ b/gitdm @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/pypy # #