Laca just updated the default python version to 2.6, is that still needed for SUNWgarmin?
I just wondering you might need change to 3.x again in the future. -Halton. On Fri, 2009-12-04 at 11:11 +0800, yuntong.jin wrote: > Hi, > Those test files in ext-sources used by SUNWPython.spec. > > BR, > -Simon > > > plain text document attachment (python-test.diff) > Index: ext-sources/dlpitest.py > =================================================================== > --- ext-sources/dlpitest.py (revision 19975) > +++ ext-sources/dlpitest.py (working copy) > @@ -1,4 +1,4 @@ > -#!/usr/bin/python > +#!/usr/bin/python2.6 > > import dlpi > import sys > Index: ext-sources/privrbactest.py > =================================================================== > --- ext-sources/privrbactest.py (revision 19975) > +++ ext-sources/privrbactest.py (working copy) > @@ -1,4 +1,4 @@ > -#!/usr/bin/python > +#!/usr/bin/python2.6 > # > # CDDL HEADER START > # > Index: ext-sources/ucredtest.py > =================================================================== > --- ext-sources/ucredtest.py (revision 19975) > +++ ext-sources/ucredtest.py (working copy) > @@ -1,4 +1,4 @@ > -#!/usr/bin/python > +#!/usr/bin/python2.6 > > import ucred > import os
