diff mercurial/commandserver.py @ 16687:e34106fa0dc3

cleanup: "raise SomeException()" -> "raise SomeException"
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 16:00:58 +0200
parents 525fdb738975
children e95ec38f86b0
line wrap: on
line diff
--- a/mercurial/commandserver.py	Sat May 12 16:00:57 2012 +0200
+++ b/mercurial/commandserver.py	Sat May 12 16:00:58 2012 +0200
@@ -166,7 +166,7 @@
 
         # is the other end closed?
         if not data:
-            raise EOFError()
+            raise EOFError
 
         return data