server/admin.c: Remove spurious `ping' in usage message.
[tripe] / py / rmcr.py
index e2c0325..6c846cb 100644 (file)
@@ -50,7 +50,7 @@ def _switchto(cr, arg = None, exc = None):
   global active
   _debug('> _switchto(%s, %s, %s)' % (cr, arg, exc))
   if not cr.livep:
-    raise ValueError, 'coroutine is dead'
+    raise ValueError('coroutine is dead')
   cr._arg = arg
   cr._exc = exc
   if cr is active: