mercurial/lock.py
changeset 1062 6d5a62a549fa
parent 705 574869103985
child 1530 abfab59fce79
--- a/mercurial/lock.py
+++ b/mercurial/lock.py
@@ -12,7 +12,7 @@ class LockHeld(Exception):
     pass
 
 class lock:
-    def __init__(self, file, wait = 1):
+    def __init__(self, file, wait=1):
         self.f = file
         self.held = 0
         self.wait = wait