use proper shebang lines

This commit is contained in:
Benjamin Peterson 2010-03-11 21:53:25 +00:00
parent 75c8be048b
commit 651bc32a4e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
#------------------------------------------------------------------------
# Copyright (c) 1997-2001 by Total Control Software
# All Rights Reserved

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
# intentionally NOT "/usr/bin/env python". On many systems