Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated lockfile to 0.7 and fixed a Python 2.6 issue. See http://code…
….google.com/p/django-mailer/issues/detail?id=21 git-svn-id: http://django-notification.googlecode.com/svn/trunk@158 590c3fc9-4838-0410-bb95-17a0c9b37ca9
- Loading branch information
3f18d36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm puzzled why you removed "import thread". The thread module is accessed in MkdirFileLock():
tname = "%x-" % thread.get_ident()
On my Windows machine the missing "import thread" causes that line to fail with "NameError: global name "thread" is not defined". How can this be working for you?