4819614b3a
- Transfer maintainership to submitter PR: ports/78038, ports/78926 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: Oddbjorn <oddbjorn@tricknology.org> (old maintainer)
19 lines
379 B
Text
19 lines
379 B
Text
*** sbin/compile.py.orig Tue May 13 15:46:59 2003
|
|
--- sbin/compile.py Thu Feb 24 15:04:30 2005
|
|
***************
|
|
*** 4,10 ****
|
|
$Id: compile.py,v 1.3 2003/05/13 11:46:59 michael Exp $
|
|
"""
|
|
|
|
! #!/usr/bin/python
|
|
|
|
import sys,compileall
|
|
|
|
--- 4,10 ----
|
|
$Id: compile.py,v 1.3 2003/05/13 11:46:59 michael Exp $
|
|
"""
|
|
|
|
! #!/usr/local/bin/python
|
|
|
|
import sys,compileall
|
|
|