diff mercurial/win32.py @ 9198:061eeb602354

coding style: use a space after comma I left a cases like 'lambda x,y:' alone -- the lack of a space does not bother me as much when the variables are single letters.
author Martin Geisler <mg@lazybytes.net>
date Wed, 22 Jul 2009 23:12:54 +0200
parents 835a51e63c5b
children 750b7a4f01f6
line wrap: on
line diff
--- a/mercurial/win32.py	Wed Jul 22 23:08:32 2009 +0200
+++ b/mercurial/win32.py	Wed Jul 22 23:12:54 2009 +0200
@@ -18,7 +18,7 @@
 import errno, os, sys, pywintypes, win32con, win32file, win32process
 import winerror
 import osutil, encoding
-from win32com.shell import shell,shellcon
+from win32com.shell import shell, shellcon
 
 def os_link(src, dst):
     try: