On Sat, Dec 19, 2009 at 4:17 AM, <luca...@svn.gobolinux.org> wrote: > Author: lucasvr > Date: 2009-12-18 22:17:52 -0800 (Fri, 18 Dec 2009) > New Revision: 4247 > > Modified: > branches/015/Scripts/bin/Corrections > Log: > Fix syntax. > > Modified: branches/015/Scripts/bin/Corrections > =================================================================== > --- branches/015/Scripts/bin/Corrections 2009-12-19 06:16:57 UTC (rev > 4246) > +++ branches/015/Scripts/bin/Corrections 2009-12-19 06:17:52 UTC (rev > 4247) > @@ -107,4 +107,4 @@ > else: > Log_Normal("Did you mean one of these?", options.log_name) > for cor in corrections: > - print " ", cor > + print " " + cor
Please disregard this change. Python 3 will actually expect it to be 'print(" " + cor)', but we may also need to perform some extra changes to have it running fine on that version of Python. -- Lucas "If you're looking for a reason I've a reason to give: pleasure, little treasure" _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel