On Fri, Oct 5, 2012 at 7:29 AM, Mike <[email protected]> wrote: > I get below error > > NameError: name 'functools' is not defined > > Thanks
functools is a module: import functools ChrisA -- http://mail.python.org/mailman/listinfo/python-list
On Fri, Oct 5, 2012 at 7:29 AM, Mike <[email protected]> wrote: > I get below error > > NameError: name 'functools' is not defined > > Thanks
functools is a module: import functools ChrisA -- http://mail.python.org/mailman/listinfo/python-list