mercurial/lock.py
changeset 1062 6d5a62a549fa
parent 705 574869103985
child 1530 abfab59fce79
--- a/mercurial/lock.py	Fri Aug 26 02:03:35 2005 -0700
+++ b/mercurial/lock.py	Fri Aug 26 13:06:58 2005 +0200
@@ -12,7 +12,7 @@
     pass
 
 class lock:
-    def __init__(self, file, wait = 1):
+    def __init__(self, file, wait=1):
         self.f = file
         self.held = 0
         self.wait = wait