Fix mixed space/tab indentation

git-svn-id: http://svn.pyinstaller.org/trunk@203 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2005-12-24 00:38:12 +00:00
parent 7b6ca41a89
commit b7b9bddd97
+1 -1
View File
@@ -419,7 +419,7 @@ class ImportManager:
self.lockcount = self.lockcount - 1
## print "_release decrementing lockcount to", self.lockcount
else:
self.locker = None
self.locker = None
self.rlock.release()
## print "_release releasing lock!"