google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

thread module not imported in mailer #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. from mailer import lockfile
2. lockfile.MkdirFileLock('/tmp/')
3. Exception raised (global name thread not defined)

What is the expected output? What do you see instead?
I expect a MkdirFileLock but i got an exception

What version of the product are you using? On what operating system?
last svn version on mac os x, windows and linux

Please provide any additional information below.
See mailer/lockfile.py line 296.

Original issue reported on code.google.com by defma...@gmail.com on 17 Dec 2008 at 12:06

GoogleCodeExporter commented 9 years ago
Fixed in http://code.google.com/p/django-mailer/source/detail?r=48

Original comment by leidel on 17 Dec 2008 at 12:12