You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- D:\LPetrov\workspace\datealike\externals\notification\lockfile.py
+++ D:\LPetrov\workspace\datealike\externals\notification\Copy of lockfile.py
@@ -47,7 +47,9 @@
AlreadyUnlocked - File was not locked.
NotMyLock - File was locked but not by the current thread/process
"""
+import thread
+#from __future__ import division
import sys
import socket
Fails when
threading
is not imported.The text was updated successfully, but these errors were encountered: