From b7b9bddd97a64d5245b5ab199a65bc0df6a57d4e Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Sat, 24 Dec 2005 00:38:12 +0000 Subject: [PATCH] Fix mixed space/tab indentation git-svn-id: http://svn.pyinstaller.org/trunk@203 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- iu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iu.py b/iu.py index 531b69c..5e0b113 100644 --- a/iu.py +++ b/iu.py @@ -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!"