Browse Source

Fix shebang in wscript

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
7a251f3bdf
  1. 2
      wscript

2
wscript

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

Loading…
Cancel
Save