chiark / gitweb /
pathmtu/pathmtu.c: Document the correct short option for `--version'.
[tripe] / py / rmcr.py
index e2c0325256dbd9d0f699f9973dc443ec20ccd80e..6c846cb8417ee65fe5f6f9f73d285ba81ddc223f 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: