From 7a251f3bdf0feac24262a94f56a65c4b18640d26 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 1 Mar 2010 14:39:31 -0800 Subject: [PATCH] Fix shebang in wscript --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index db456b838a..7fc6365fec 100644 --- a/wscript +++ b/wscript @@ -1,4 +1,4 @@ -# /usr/bin/env python +#!/usr/bin/env python import re import Options import sys, os, shutil