threading.Thread would seem to be consistent with the Google Python Style Guide (threading = module, Thread = Class)
http://google-styleguide.googlecode.com/svn/trunk/pyguide.ht...
http://docs.python.org/2/library/threading.html
threading.Thread would seem to be consistent with the Google Python Style Guide (threading = module, Thread = Class)
http://google-styleguide.googlecode.com/svn/trunk/pyguide.ht...