On 1/5/07, Grant Edwards <[EMAIL PROTECTED]> wrote: > >>> from __future__ import LotteryNumbers > File "<stdin>", line 1 > SyntaxError: future feature LotteryNumbers is not defined > > Damn. > > I guess it's back to work then.
Remember the PEP 8 module name standards. >>> from __future__ import lottery_numbers [1, 16, 19, 20, 21, 39] -- Cheers, Simon B [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list