Author: leidel
Date: Wed Dec 17 04:11:09 2008
New Revision: 48
Modified:
trunk/mailerdev/mailer/lockfile.py
Log:
Added missing import of the thread module
Modified: trunk/mailerdev/mailer/lockfile.py
==============================================================================
--- trunk/mailerdev/mailer/lockfile.py (original)
+++ trunk/mailerdev/mailer/lockfile.py Wed Dec 17 04:11:09 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
-~----------~----~----~----~------~----~------~--~---