Fix shebang in wscript

This commit is contained in:
Ryan Dahl 2010-03-01 14:39:31 -08:00
parent 55ab9b4541
commit 7a251f3bdf

View File

@ -1,4 +1,4 @@
# /usr/bin/env python
#!/usr/bin/env python
import re
import Options
import sys, os, shutil