Author: leidel
Date: Wed Dec 17 08:48:19 2008
New Revision: 120
Modified:
trunk/notification/lockfile.py
Log:
Added missing import to lockfile.py just as reported in
http://code.google.com/p/django-hotclub/issues/detail?id=137
Modified: trunk/notification/lockfile.py
==============================================================================
--- trunk/notification/lockfile.py (original)
+++ trunk/notification/lockfile.py Wed Dec 17 08:48:19 2008
@@ -53,6 +53,7 @@
import sys
import socket
import os
+import thread
import threading
import time
import errno
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---