mercurial/commandserver.py
changeset 16687 e34106fa0dc3
parent 16683 525fdb738975
child 17425 e95ec38f86b0
--- 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