diff mercurial/windows.py @ 16687:e34106fa0dc3

cleanup: "raise SomeException()" -> "raise SomeException"
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 16:00:58 +0200
parents e7701459fb42
children 80142f385af9
line wrap: on
line diff
--- a/mercurial/windows.py	Sat May 12 16:00:57 2012 +0200
+++ b/mercurial/windows.py	Sat May 12 16:00:58 2012 +0200
@@ -304,7 +304,7 @@
 
 def groupmembers(name):
     # Don't support groups on Windows for now
-    raise KeyError()
+    raise KeyError
 
 def isexec(f):
     return False