From 8217fbf069ffcda77ba9b2b583eef504a1dcbc73 Mon Sep 17 00:00:00 2001 From: moculus Date: Sat, 14 Jun 2008 00:17:25 +0000 Subject: [PATCH] fixed python path problem --HG-- branch : pmacs2 --- tools/epython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/epython b/tools/epython index 35957a2..285648c 100755 --- a/tools/epython +++ b/tools/epython @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import code import optparse import os