mercurial/windows.py
changeset 16687 e34106fa0dc3
parent 16076 e7701459fb42
child 16807 80142f385af9
--- 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