SF patch # 3091116 to remove hard coded path to python

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12374 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-01-07 19:57:28 +00:00
commit 3c0fba5685
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
###############################################################################
# Takes a chapter as input and adds internal links and numbering to all

View file

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